A11 TypeScript API - v0.2.1
A11 guides
Python API
C++ internals
Preparing search index...
WireMessageOptions
Interface WireMessageOptions
Fragments, calls, and connection metadata batched into a WireMessage.
interface
WireMessageOptions
{
actions
?:
readonly
ActionMessage
[]
;
headers
?:
ReadonlyMap
<
string
,
Uint8Array
<
ArrayBufferLike
>
>
;
nodeFragments
?:
readonly
NodeFragment
[]
;
}
Index
Properties
actions?
headers?
node
Fragments?
Properties
Optional
actions
actions
?:
readonly
ActionMessage
[]
Optional
headers
headers
?:
ReadonlyMap
<
string
,
Uint8Array
<
ArrayBufferLike
>
>
Optional
node
Fragments
nodeFragments
?:
readonly
NodeFragment
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
headers
node
Fragments
A11 guides
Python API
C++ internals
A11 TypeScript API - v0.2.1
Loading...
Fragments, calls, and connection metadata batched into a WireMessage.