Aller au contenu principal

Variable: PluginRuntimeWorkerReadySchema

const PluginRuntimeWorkerReadySchema: TObject<{ bootstrapMs: TNumber; compartmentMs: TNumber; emergencyLimits: TOptional<TObject<{ maxOldGenerationSizeMb: TInteger; maxYoungGenerationSizeMb: TInteger; }>>; installationId: TString; lockdownMs: TNumber; noNodeAuthority: TBoolean; pluginId: TString; probe: TObject<{ buffer: TBoolean; fetch: TBoolean; hasCompartment: TBoolean; marker: TInteger; process: TBoolean; require: TBoolean; setInterval: TBoolean; sharedArrayBuffer: TBoolean; webAssembly: TBoolean; worker: TBoolean; }>; workerEpoch: TInteger; workerId: TInteger; }>

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

runtime -> host: a worker finished its SES bootstrap (ADR-0028).