* @see https://w3c.github.io/FileAPI/#dfn-readAsArrayBuffer * @param {import('buffer').Blob} blob
(blob)
| 61406 | progress: null, |
| 61407 | loadstart: null |
| 61408 | }; |
| 61409 | } |
| 61410 | /** |
| 61411 | * @see https://w3c.github.io/FileAPI/#dfn-readAsArrayBuffer |
| 61412 | * @param {import('buffer').Blob} blob |
| 61413 | */ |
| 61414 | readAsArrayBuffer(blob) { |
| 61415 | webidl.brandCheck(this, _FileReader); |
| 61416 | webidl.argumentLengthCheck(arguments, 1, { header: "FileReader.readAsArrayBuffer" }); |
nothing calls this directly
no test coverage detected