Dart SDK
dart:html
Blob
class
Blob
Properties
Constructors
Methods
Properties
size
type
Constructors
Blob
Methods
close
slice
(Not documented.)
Annotations
DomName('Blob')
Implemented by
File
Properties
int
size
read-only
String
type
read-only
Constructors
Blob
(
List
blobParts
, [
String
type
,
String
endings
])
Methods
close
(
) →
void
slice
(
[
int
start
,
int
end
,
String
contentType
]) →
Blob