MLE Implemented Web APIs(mle-js-webapis)
Preparing search index...
blob
Blob
Class Blob
Index
Constructors
constructor
Properties
size
type
Methods
array
Buffer
bytes
slice
stream
text
Constructors
constructor
new
Blob
(
blobParts
?:
BlobPart
[]
,
options
?:
BlobPropertyBag
)
:
Blob
Parameters
Optional
blobParts
:
BlobPart
[]
Optional
options
:
BlobPropertyBag
Returns
Blob
Properties
Readonly
size
size
:
number
Readonly
type
type
:
string
Methods
array
Buffer
arrayBuffer
()
:
Promise
<
ArrayBuffer
>
Returns
Promise
<
ArrayBuffer
>
bytes
bytes
()
:
Promise
<
Uint8Array
>
Returns
Promise
<
Uint8Array
>
slice
slice
(
start
?:
number
,
end
?:
number
,
contentType
?:
string
)
:
Blob
Parameters
Optional
start
:
number
Optional
end
:
number
Optional
contentType
:
string
Returns
Blob
stream
stream
()
:
ReadableStream
<
Uint8Array
>
Returns
ReadableStream
<
Uint8Array
>
text
text
()
:
Promise
<
string
>
Returns
Promise
<
string
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
size
type
Methods
array
Buffer
bytes
slice
stream
text
MLE Implemented Web APIs(mle-js-webapis)
Loading...