We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140f17b commit 067e9bdCopy full SHA for 067e9bd
doc/api/events.md
@@ -1880,8 +1880,7 @@ same options as `EventEmitter` and `AsyncResource` themselves.
1880
* `captureRejections` {boolean} It enables
1881
[automatic capturing of promise rejection][capturerejections].
1882
**Default:** `false`.
1883
- * `name` {string} The type of async event. **Default::**
1884
- [`new.target.name`][].
+ * `name` {string} The type of async event. **Default:** [`new.target.name`][].
1885
* `triggerAsyncId` {number} The ID of the execution context that created this
1886
async event. **Default:** `executionAsyncId()`.
1887
* `requireManualDestroy` {boolean} If set to `true`, disables `emitDestroy`
0 commit comments