MCPcopy Create free account
hub / github.com/ThatGuySam/doesitarm / FileReaderErrorEvent

Interface FileReaderErrorEvent

helpers/scanner/file-api.ts:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23interface FileReaderErrorEvent {
24 target: {
25 error: Error
26 }
27}
28
29type FileReaderEventPayload = FileReaderProgressEvent | FileReaderLoadEvent | FileReaderErrorEvent | undefined
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected