feat: add process.contextIsolation property (#28030)
This commit is contained in:
parent
485fa5bea9
commit
fc7f2042ec
9 changed files with 40 additions and 12 deletions
|
@ -40,6 +40,7 @@
|
|||
arch: process.arch,
|
||||
platform: process.platform,
|
||||
sandboxed: process.sandboxed,
|
||||
contextIsolation: process.contextIsolation,
|
||||
type: process.type,
|
||||
version: process.version,
|
||||
versions: process.versions,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue