chore: cleanup whitespace in docs (#26356)

This commit is contained in:
David Sanders
2020-11-05 14:12:43 -08:00
committed by GitHub
parent 3814a56d48
commit 43dbd1bdf8
45 changed files with 129 additions and 72 deletions

View File

@@ -11,6 +11,7 @@ It adds the following events, properties, and methods:
## Sandbox
In sandboxed renderers the `process` object contains only a subset of the APIs:
- `crash()`
- `hang()`
- `getCreationTime()`
@@ -104,6 +105,7 @@ A `Boolean` that controls whether or not deprecations printed to `stderr` includ
This property is instead of the `--trace-deprecation` command line flag.
### `process.traceProcessWarnings`
A `Boolean` that controls whether or not process warnings printed to `stderr` include
their stack trace. Setting this to `true` will print stack traces for process warnings
(including deprecations). This property is instead of the `--trace-warnings` command