Skip to content

src: reject per-process isolate flags in workers

V8 flags are saved in a per-process storage and are not effective in the Worker constructor options (not applied with V8::SetFlagsFromString). Reject V8 flags in the Worker constructor proactively to indicate these options should be set at process level.

Refs: https://github.com/nodejs/node/pull/53596

Merge request reports

Loading