MCPcopy Create free account
hub / github.com/cn-docs/vueuse / FileSystemFileHandle

Interface FileSystemFileHandle

packages/core/useFileSystemAccess/index.ts:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 * @see https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFileHandle
37 */
38export interface FileSystemFileHandle {
39 getFile: () => Promise<File>
40 createWritable: () => FileSystemWritableFileStream
41}
42
43/**
44 * @see https://developer.mozilla.org/en-US/docs/Web/API/FileSystemWritableFileStream

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected