Dart API Reference
dart:html
Blob
Blob
class
Annotated by:
DomName('Blob')
Implementors
File
Constructors
Blob
(
List
blobParts
, [
String
type
,
String
endings
] )
Instance Properties
size
int
read-only
type
String
read-only
Instance Methods
close
( ) →
void
slice
( [
int
start
,
int
end
,
String
contentType
] ) →
Blob