MCAP TypeScript SDK
Preparing search index...
@mcap/browser
BlobReadable
Class BlobReadable
IReadable implementation for Blob (and File, which is a Blob).
Implements
IReadable
Index
Constructors
constructor
Methods
read
size
Constructors
constructor
new
BlobReadable
(
blob
:
Blob
)
:
BlobReadable
Parameters
blob
:
Blob
Returns
BlobReadable
Methods
read
read
(
offset
:
bigint
,
size
:
bigint
)
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
Parameters
offset
:
bigint
size
:
bigint
Returns
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
size
size
()
:
Promise
<
bigint
>
Returns
Promise
<
bigint
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
read
size
MCAP TypeScript SDK
Loading...
IReadable implementation for Blob (and File, which is a Blob).