Skip to content

Commit 69195c7

Browse files
authored
[wicg-file-system-access] update types to match DOM declaration (DefinitelyTyped#73820)
1 parent b4a8893 commit 69195c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/wicg-file-system-access/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ declare global {
146146
keys(): AsyncIterableIterator<string>;
147147
values(): AsyncIterableIterator<FileSystemDirectoryHandle | FileSystemFileHandle>;
148148
entries(): AsyncIterableIterator<[string, FileSystemDirectoryHandle | FileSystemFileHandle]>;
149-
[Symbol.asyncIterator]: FileSystemDirectoryHandle["entries"];
149+
[Symbol.asyncIterator](): AsyncIterableIterator<[string, FileSystemDirectoryHandle | FileSystemFileHandle]>;
150150
/**
151151
* @deprecated Old property just for Chromium <=85. Use `kind` property in the new API.
152152
*/

0 commit comments

Comments
 (0)