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 54395e4 commit 4d1090eCopy full SHA for 4d1090e
doc/api/globals.md
@@ -95,7 +95,7 @@ ever trigger the `'abort'` event once. We recommended that code check
95
that the `abortSignal.aborted` attribute is `false` before adding an `'abort'`
96
event listener.
97
98
-Any event listeners attached to the `AbortSignal` *should* use the
+Any event listeners attached to the `AbortSignal` should use the
99
`{ once: true }` option (or, if using the `EventEmitter` APIs to attach a
100
listener, use the `once()` method) to ensure that the event listener is
101
removed as soon as the `'abort'` event is handled. Failure to do so may
0 commit comments