Skip to content

Commit fb8b26d

Browse files
committed
doc: add history info for Permission Model
PR-URL: #56707 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent 595e71b commit fb8b26d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

doc/api/permissions.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Permissions
22

3+
<!--introduced_in=v20.0.0-->
4+
5+
<!-- source_link=src/permission.cc -->
6+
37
Permissions can be used to control what system resources the
48
Node.js process has access to or what actions the process can take
59
with those resources. Permissions can also control what modules can
@@ -475,12 +479,12 @@ Additionally, import maps only work on `import` so it may be desirable to add a
475479

476480
### Permission Model
477481

478-
<!-- type=misc -->
482+
<!-- YAML
483+
added: v20.0.0
484+
-->
479485

480486
> Stability: 1.1 - Active development
481487
482-
<!-- name=permission-model -->
483-
484488
The Node.js Permission Model is a mechanism for restricting access to specific
485489
resources during execution.
486490
The API exists behind a flag [`--experimental-permission`][] which when enabled,

0 commit comments

Comments
 (0)