Dart
dart:html
Blob
slice method
description
slice method
Blob
slice
(
[
int
start
,
int
end
,
String
contentType
])
Implementation
Blob slice([
int
start,
int
end,
String
contentType]) native;