BlobExt extension
Extension methods for the html.Blob class.
- on
Methods
-
arrayBuffer(
) → Future< ByteBuffer?> - Reads the content of the blob as an array buffer asynchronously.
-
text(
) → Future< String?> - Reads the content of the blob as text asynchronously.