Перейти к основному содержимому

Variable: PluginRuntimeWorkerBootstrapDataSchema

const PluginRuntimeWorkerBootstrapDataSchema: TObject<{ installationId: TString; moduleGraphDigest: TOptional<TString>; pluginId: TString; protocolVersion: TInteger; workerEpoch: TInteger; workerId: TInteger; }>

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

Worker bootstrap identifiers passed through workerData (§15.8, ADR-0028). Only small immutable values; module source, manifests and package archives travel after HARDENED_READY over the bounded transport instead.