Preparing search index...
The search index is not available
MCAP TypeScript SDK
MCAP TypeScript SDK
@mcap/browser
BlobReadable
Class BlobReadable
IReadable implementation for Blob (and File, which is a Blob).
Hierarchy
BlobReadable
Implements
IReadable
Index
Constructors
constructor
Properties
#blob
Methods
read
size
Constructors
constructor
new
Blob
Readable
(
blob
)
:
BlobReadable
Parameters
blob
:
Blob
Returns
BlobReadable
Properties
Private
#blob
#blob
:
Blob
Methods
read
read
(
offset
,
size
)
:
Promise
<
Uint8Array
>
Parameters
offset
:
bigint
size
:
bigint
Returns
Promise
<
Uint8Array
>
size
size
(
)
:
Promise
<
bigint
>
Returns
Promise
<
bigint
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
#blob
read
size
MCAP TypeScript SDK
@mcap/core
@mcap/support
@mcap/nodejs
@mcap/browser
Generated using
TypeDoc
IReadable implementation for Blob (and File, which is a Blob).