toggle menu
flatInvoker
js
switch theme
search in API
reaktor-core
/
dev.shibasis.reaktor.core.server.cloudflare
/
Blob
Blob
js
open
external
class
Blob
(
bits
:
Array
<
Any
>
=
definedExternally
,
options
:
BlobOptions
=
definedExternally
)
Members
Constructors
Blob
Link copied to clipboard
js
constructor
(
bits
:
Array
<
Any
>
=
definedExternally
,
options
:
BlobOptions
=
definedExternally
)
Properties
size
Link copied to clipboard
js
open
var
size
:
Number
type
Link copied to clipboard
js
open
var
type
:
String
Functions
array
Buffer
Link copied to clipboard
js
open
fun
arrayBuffer
(
)
:
Promise
<
ArrayBuffer
>
slice
Link copied to clipboard
js
open
fun
slice
(
start
:
Number
=
definedExternally
,
end
:
Number
=
definedExternally
,
type
:
String
=
definedExternally
)
:
Blob
stream
Link copied to clipboard
js
open
fun
stream
(
)
:
ReadableStream
<
Uint8Array
>
text
Link copied to clipboard
js
open
fun
text
(
)
:
Promise
<
String
>