Skip to content

Commit 37b811e

Browse files
authored
Delete file system API extension from Window interface
Removed optional file system API from Window interface.
1 parent 3077810 commit 37b811e

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

docs/en/guide/webuix/filesystem.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -284,16 +284,6 @@ interface FileSystem {
284284
accessInfo(path: string): Promise<FileSystemAccessResult>;
285285
}
286286

287-
/**
288-
* Extends the Window interface to optionally include a file system API.
289-
*/
290-
interface Window {
291-
/**
292-
* Optional file system API instance.
293-
*/
294-
fs?: FileSystem;
295-
}
296-
297287
export {};
298288

299289
declare global {
@@ -303,4 +293,4 @@ declare global {
303293
}
304294
```
305295

306-
</details>
296+
</details>

0 commit comments

Comments
 (0)