@flowscripter/pluggable-io-framework-api
Preparing search index...
JsChunk
Interface JsChunk
A chunk whose payload lives in a normal JS-managed Uint8Array.
interface
JsChunk
{
attributes
?:
Readonly
<
Record
<
string
,
unknown
>
>
;
data
:
Uint8Array
;
kind
:
Js
;
}
Index
Properties
attributes?
data
kind
Properties
Optional
Readonly
attributes
attributes
?:
Readonly
<
Record
<
string
,
unknown
>
>
Readonly
data
data
:
Uint8Array
Readonly
kind
kind
:
Js
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
data
kind
@flowscripter/pluggable-io-framework-api
Loading...
A chunk whose payload lives in a normal JS-managed Uint8Array.