BlobExt extension

Extension methods for the html.Blob class.

on

Methods

arrayBuffer() Future<ByteBuffer?>

Available on Blob, provided by the BlobExt extension

Reads the content of the blob as an array buffer asynchronously.
text() Future<String?>

Available on Blob, provided by the BlobExt extension

Reads the content of the blob as text asynchronously.