Converts a Blob object to a Base64-encoded string in the web environment.
The Blob object to convert.
A Promise that resolves with the Base64-encoded string or rejects with an error.
Generated using TypeDoc
Converts a Blob object to a Base64-encoded string in the web environment.