We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5c6bc commit 28926b1Copy full SHA for 28926b1
1 file changed
doc/api/permissions.md
@@ -246,7 +246,7 @@ There are constraints you need to know before using this system:
246
247
#### process.\_debugProcess() and cross-process Inspector activation
248
249
-The kInspector permission scope restricts the current process from opening its own V8 Inspector. However,
+The `kInspector` permission scope restricts the current process from opening its own V8 Inspector. However,
250
process.\_debugProcess(pid) — which sends an OS-level signal (SIGUSR1 on POSIX, a remote thread on Windows)
251
to an external process — is not gated by the kInspector scope or any other Permission Model scope.
252
0 commit comments