Variable: PluginRuntimeFrameFlag
constPluginRuntimeFrameFlag:object
Defined in: packages/contracts/src/pluginRuntime.ts:228
Header flag bits (§15.2).
Type Declaration
CRITICAL
readonlyCRITICAL:number
Control-class frame that must not queue behind bulk data. Used to mark TERMINATE/HELLO-family frames so the receiver can short-circuit queues.
DATA
readonlyDATA:number
The frame is transported on the data pipe (bulk path, §15.9).