doc: make EventEmitterAsyncResource's options as optional

Refs: https://github.com/nodejs/node/blob/main/lib/events.js#L140
PR-URL: https://github.com/nodejs/node/pull/45985
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
This commit is contained in:
Deokjin Kim
2022-12-27 22:00:30 +09:00
committed by GitHub
parent 6d829f00c9
commit 0bd8b4323c

View File

@@ -1548,7 +1548,7 @@ Promise.resolve().then(() => {
The `EventEmitterAsyncResource` class has the same methods and takes the
same options as `EventEmitter` and `AsyncResource` themselves.
### `new events.EventEmitterAsyncResource(options)`
### `new events.EventEmitterAsyncResource([options])`
* `options` {Object}
* `captureRejections` {boolean} It enables