Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e8bb1f7

Browse filesBrowse files
Trottdanielleadams
authored andcommitted
doc: clarify event.isTrusted text
PR-URL: #36827 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent abae61e commit e8bb1f7
Copy full SHA for e8bb1f7

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/events.md‎

Copy file name to clipboardExpand all lines: doc/api/events.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.