chore: rename process.contextIsolation to process.contextIsolated (#28259)

* chore: rename process.contextIsolation to process.contextIsolated

* thing
This commit is contained in:
Samuel Attard 2021-03-18 14:00:19 -07:00 committed by GitHub
parent 4057e6b56e
commit f35fc93080
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -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.