Dart
dart:html
Body
blob method
description
blob method
Future
<
Blob
>
blob
(
)
Implementation
Future<Blob> blob() => promiseToFuture<Blob>(JS(
""
,
"#.blob()"
,
this
));