| 21 | } |
| 22 | |
| 23 | interface FileReaderErrorEvent { |
| 24 | target: { |
| 25 | error: Error |
| 26 | } |
| 27 | } |
| 28 | |
| 29 | type FileReaderEventPayload = FileReaderProgressEvent | FileReaderLoadEvent | FileReaderErrorEvent | undefined |
| 30 |
nothing calls this directly
no outgoing calls
no test coverage detected