We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669637f commit 686165dCopy full SHA for 686165d
index.d.ts
@@ -135,7 +135,7 @@ export function directoryOpen(options?: {
135
skipDirectory?: (
136
entry: FileSystemDirectoryEntry | FileSystemDirectoryHandle
137
) => boolean;
138
-}): Promise<FileWithDirectoryAndFileHandle[] | FileSystemDirectoryHandle[]>;
+}): Promise<FileWithDirectoryAndFileHandle[] | FileWithHandle[]>;
139
140
/**
141
* Whether the File System Access API is supported.
0 commit comments