メインコンテンツまでスキップ

Variable: PluginRuntimeFrameFlag

const PluginRuntimeFrameFlag: object

Defined in: packages/contracts/src/pluginRuntime.ts:228

Header flag bits (§15.2).

Type Declaration

CRITICAL

readonly CRITICAL: 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

readonly DATA: number

The frame is transported on the data pipe (bulk path, §15.9).