There was an error while loading. Please reload this page.
1 parent 18e5c0f commit 2907848Copy full SHA for 2907848
doc/api/events.md
@@ -1338,10 +1338,10 @@ This is not used in Node.js and is provided purely for completeness.
1338
added: v14.5.0
1339
-->
1340
1341
-* Type: {boolean} True for Node.js internal events, false otherwise.
+* Type: {boolean}
1342
1343
-Currently only `AbortSignal`s' `"abort"` event is fired with `isTrusted`
1344
-set to `true`.
+The {AbortSignal} `"abort"` event is emitted with `isTrusted` set to `true`. The
+value is `false` in all other cases.
1345
1346
#### `event.preventDefault()`
1347
<!-- YAML
0 commit comments