MCPcopy Create free account
hub / github.com/Splines/pptypst / Window

Interface Window

web/src/file/types.ts:6–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5declare global {
6 interface Window {
7 showOpenFilePicker(_options?: {
8 types?: Array<{
9 description?: string;
10 accept: Record<string, string[]>;
11 }>;
12 multiple?: boolean;
13 }): Promise<FileSystemFileHandle[]>;
14 }
15
16 interface FileSystemHandle {
17 queryPermission(_descriptor?: { mode: "read" | "readwrite" }): Promise<PermissionState>;

Callers 1

pickFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected