Skip to content

Commit e8bb1f7

Browse files
Trottdanielleadams
authored andcommitted
doc: clarify event.isTrusted text
PR-URL: #36827 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent abae61e commit e8bb1f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/events.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1344,10 +1344,10 @@ This is not used in Node.js and is provided purely for completeness.
13441344
added: v14.5.0
13451345
-->
13461346

1347-
* Type: {boolean} True for Node.js internal events, false otherwise.
1347+
* Type: {boolean}
13481348

1349-
Currently only `AbortSignal`s' `"abort"` event is fired with `isTrusted`
1350-
set to `true`.
1349+
The {AbortSignal} `"abort"` event is emitted with `isTrusted` set to `true`. The
1350+
value is `false` in all other cases.
13511351

13521352
#### `event.preventDefault()`
13531353
<!-- YAML

0 commit comments

Comments
 (0)