Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions doc/node.1
Original file line number Diff line number Diff line change
Expand Up @@ -834,14 +834,6 @@ Enable experimental WebAssembly System Interface (WASI) support.
.It Fl -experimental-worker-inspection
Enable experimental support for the worker inspection with Chrome DevTools.
.
.It Fl -expose-gc
This flag will expose the gc extension from V8.
.Bd -literal
if (globalThis.gc) {
globalThis.gc();
}
.Ed
.
.It Fl -force-context-aware
Disable loading native addons that are not context-aware.
.
Expand Down
Loading