| 14 | } |
| 15 | |
| 16 | export interface FileReaderLoadEvent { |
| 17 | target: { |
| 18 | nodeBufferResult: NodeBuffer |
| 19 | result: NodeBuffer | string |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | interface FileReaderErrorEvent { |
| 24 | target: { |
nothing calls this directly
no outgoing calls
no test coverage detected