Method
showOpenFilePicker
(options?: {
multiple?: boolean;
types?: Array<{ description?: string; accept: Record<string, string[]> }>;
})
Source from the content-addressed store, hash-verified
| 12 | types?: Array<{ description?: string; accept: Record<string, string[]> }>; |
| 13 | }): Promise<FileSystemFileHandle>; |
| 14 | showOpenFilePicker(options?: { |
| 15 | multiple?: boolean; |
| 16 | types?: Array<{ description?: string; accept: Record<string, string[]> }>; |
| 17 | }): Promise<FileSystemFileHandle[]>; |
Tested by
no test coverage detected