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