chore: rename process.contextIsolation to process.contextIsolated (#28259)
* chore: rename process.contextIsolation to process.contextIsolated * thing
This commit is contained in:
parent
4057e6b56e
commit
f35fc93080
5 changed files with 7 additions and 7 deletions
|
@ -30,7 +30,7 @@ In sandboxed renderers the `process` object contains only a subset of the APIs:
|
|||
* `arch`
|
||||
* `platform`
|
||||
* `sandboxed`
|
||||
* `contextIsolation`
|
||||
* `contextIsolated`
|
||||
* `type`
|
||||
* `version`
|
||||
* `versions`
|
||||
|
@ -95,7 +95,7 @@ A `String` representing the path to the resources directory.
|
|||
A `Boolean`. When the renderer process is sandboxed, this property is `true`,
|
||||
otherwise it is `undefined`.
|
||||
|
||||
### `process.contextIsolation` _Readonly_
|
||||
### `process.contextIsolated` _Readonly_
|
||||
|
||||
A `Boolean` that indicates whether the current renderer context has `contextIsolation` enabled.
|
||||
It is `undefined` in the main process.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue