Structs
- A guard object that aborts the file read when dropped (if the read isn’t already finished).
Functions
- Asynchronously converts the
blob
into an array buffer and then passes it to thecallback
. - Asynchronously converts the
blob
into aVec<u8>
and then passes it to thecallback
. - Asynchronously converts the
blob
into a base64 encodeddata:
URL and then passes it to thecallback
. - Asynchronously converts
blob
into a text string and then passes it to thecallback
.