* @see https://w3c.github.io/FileAPI/#dfn-readAsDataURL * @param {import('buffer').Blob} blob
(blob)
| 15524 | loadend: null, |
| 15525 | error: null, |
| 15526 | abort: null, |
| 15527 | load: null, |
| 15528 | progress: null, |
| 15529 | loadstart: null |
| 15530 | }; |
| 15531 | } |
| 15532 | /** |
| 15533 | * @see https://w3c.github.io/FileAPI/#dfn-readAsArrayBuffer |
| 15534 | * @param {import('buffer').Blob} blob |
nothing calls this directly
no test coverage detected