Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,10 @@ address such failures, a non-operational
`resource.loaded`, which would prevent the `'unhandledRejection'` event from
being emitted.

If an `'unhandledRejection'` event is emitted but not handled it will
be raised as an uncaught exception. This alongside other behaviors of
`'unhandledRejection'` events can changed via the [`--unhandled-rejections`][] flag.

### Event: `'warning'`

<!-- YAML
Expand Down
Loading