Skip to content

Commit 3ad91aa

Browse files
committed
add lib.webworker.d.ts for mode of createSyncAccessHandle
1 parent 0eb829f commit 3ad91aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
interface FileSystemFileHandle extends FileSystemHandle {
2+
createSyncAccessHandle(mode?: 'read' | 'readwrite' | 'readwrite-unsafe'): Promise<FileSystemSyncAccessHandle>;
3+
}

0 commit comments

Comments
 (0)