MCPcopy
hub / github.com/koodo-reader/koodo-reader / FileSystemWritableFileStream

Interface FileSystemWritableFileStream

src/utils/file/localFile.ts:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 interface FileSystemWritableFileStream {
36 write(content: string | ArrayBuffer): Promise<void>;
37 close(): Promise<void>;
38 }
39
40 interface Window {
41 showDirectoryPicker(options?: {

Callers 16

7zz.umd.jsFile · 0.65
ensureTensorMethod · 0.65
uploadMethod · 0.65
MFunction · 0.65
itFunction · 0.65
vFunction · 0.65
jspdf.umd.min.jsFile · 0.65
eFunction · 0.65
createMainWinFunction · 0.65
7zz.umd.jsFile · 0.65
_fd_closeFunction · 0.65

Implementers 1

Znsrc/assets/lib/kookit.min.js

Calls

no outgoing calls

Tested by

no test coverage detected