From c30b0c02ab7f6656a50dc979996232e5c8625e37 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 23 Jan 2025 09:11:22 +0100 Subject: [PATCH] doc: add note for features using `InternalWorker` with permission model PR-URL: https://github.com/nodejs/node/pull/56706 Reviewed-By: James M Snell Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca --- doc/api/cli.md | 11 +++++++++++ doc/api/module.md | 7 +++++++ 2 files changed, 18 insertions(+) diff --git a/doc/api/cli.md b/doc/api/cli.md index 0b38b15ec47e39..df7031f65d44f9 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -951,6 +951,10 @@ Previously gated the entire `import.meta.resolve` feature. > Stability: 1.0 - Early development diff --git a/doc/api/module.md b/doc/api/module.md index e624c4a13bb1b7..8cd718ab8d8093 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -87,6 +87,10 @@ isBuiltin('wss'); // false