Functionsยง
- read_
as_ array_ buffer - Returns the contents of
blob
as an array buffer. - read_
as_ bytes - Returns the contents of
blob
as aVec<u8>
. - read_
as_ data_ url - Returns the contents of
blob
as a base64 encodeddata:
URL. - read_
as_ text - Returns the contents of
blob
as a text string.