@nextcloud/files
Preparing search index...
dav
<internal>
Blob
Interface Blob
interface
Blob
{
size
:
number
;
type
:
string
;
arrayBuffer
()
:
Promise
<
ArrayBuffer
>
;
bytes
()
:
Promise
<
NonSharedUint8Array
>
;
slice
(
start
?:
number
,
end
?:
number
,
contentType
?:
string
)
:
Blob
;
stream
()
:
ReadableStream
<
NonSharedUint8Array
>
;
text
()
:
Promise
<
string
>
;
}
Index
Properties
size
type
Methods
array
Buffer
bytes
slice
stream
text
Properties
Readonly
size
size
:
number
Readonly
type
type
:
string
Methods
array
Buffer
arrayBuffer
()
:
Promise
<
ArrayBuffer
>
Returns
Promise
<
ArrayBuffer
>
bytes
bytes
()
:
Promise
<
NonSharedUint8Array
>
Returns
Promise
<
NonSharedUint8Array
>
slice
slice
(
start
?:
number
,
end
?:
number
,
contentType
?:
string
)
:
Blob
Parameters
Optional
start
:
number
Optional
end
:
number
Optional
contentType
:
string
Returns
Blob
stream
stream
()
:
ReadableStream
<
NonSharedUint8Array
>
Returns
ReadableStream
<
NonSharedUint8Array
>
text
text
()
:
Promise
<
string
>
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
size
type
Methods
array
Buffer
bytes
slice
stream
text
@nextcloud/files
Loading...