Skip to content

Commit f07be5e

Browse files
aduh95marco-ippolito
authored andcommitted
doc: add note for features using InternalWorker with permission model
PR-URL: #56706 Backport-PR-URL: #56721 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 618e005 commit f07be5e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

doc/api/cli.md

+11
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,10 @@ Previously gated the entire `import.meta.resolve` feature.
951951
<!-- YAML
952952
added: v8.8.0
953953
changes:
954+
- version: v20.18.2
955+
pr-url: https://github.com/nodejs-private/node-private/pull/629
956+
description: Using this feature with the permission model enabled requires
957+
passing `--allow-worker`.
954958
- version: v12.11.1
955959
pr-url: https://github.com/nodejs/node/pull/29752
956960
description: This flag was renamed from `--loader` to
@@ -964,6 +968,8 @@ changes:
964968
Specify the `module` containing exported [module customization hooks][].
965969
`module` may be any string accepted as an [`import` specifier][].
966970

971+
This feature requires `--allow-worker` if used with the [Permission Model][].
972+
967973
### `--experimental-network-imports`
968974

969975
<!-- YAML
@@ -1070,6 +1076,11 @@ report is not generated. See the documentation on
10701076

10711077
<!-- YAML
10721078
added: v20.18.0
1079+
changes:
1080+
- version: v20.18.2
1081+
pr-url: https://github.com/nodejs-private/node-private/pull/629
1082+
description: Using this feature with the permission model enabled requires
1083+
passing `--allow-worker`.
10731084
-->
10741085

10751086
> Stability: 1.0 - Early development

doc/api/module.md

+7
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ isBuiltin('wss'); // false
8787
<!-- YAML
8888
added: v20.6.0
8989
changes:
90+
- version: v20.18.2
91+
pr-url: https://github.com/nodejs-private/node-private/pull/629
92+
description: Using this feature with the permission model enabled requires
93+
passing `--allow-worker`.
9094
- version: v20.8.0
9195
pr-url: https://github.com/nodejs/node/pull/49655
9296
description: Add support for WHATWG URL instances.
@@ -113,6 +117,8 @@ changes:
113117
Register a module that exports [hooks][] that customize Node.js module
114118
resolution and loading behavior. See [Customization hooks][].
115119
120+
This feature requires `--allow-worker` if used with the [Permission Model][].
121+
116122
### `module.syncBuiltinESMExports()`
117123
118124
<!-- YAML
@@ -1117,6 +1123,7 @@ returned object contains the following keys:
11171123
[Customization hooks]: #customization-hooks
11181124
[ES Modules]: esm.md
11191125
[HTTPS and HTTP imports]: esm.md#https-and-http-imports
1126+
[Permission Model]: permissions.md#permission-model
11201127
[Source map v3 format]: https://sourcemaps.info/spec.html#h.mofvlxcwqzej
11211128
[`"exports"`]: packages.md#exports
11221129
[`--enable-source-maps`]: cli.md#--enable-source-maps

0 commit comments

Comments
 (0)