| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
V8 flags are saved in a per-process storages and were ignored in the Worker constructor options. Reject V8 flags in the Worker constructor proactively to indicate these options should be set at process level.
| Back | FazBrowse Home | New Git URL |
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: #53596