Functions
- Returns the contents of
blob
as an array buffer. - Returns the contents of
blob
as aVec<u8>
. - Returns the contents of
blob
as a base64 encodeddata:
URL. - Returns the contents of
blob
as a text string.
blob
as an array buffer.blob
as a Vec<u8>
.blob
as a base64 encoded data:
URL.blob
as a text string.