diff --git a/doc/api/events.md b/doc/api/events.md index a46fa06042cc2b..17420a249be731 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -1282,9 +1282,10 @@ This is not used in Node.js and is provided purely for completeness. added: v14.5.0 --> -* Type: {boolean} Always returns `false`. +* Type: {boolean} True for Node.js internal events, false otherwise. -This is not used in Node.js and is provided purely for completeness. +Currently only `AbortSignal`s' `"abort"` event is fired with `isTrusted` +set to `true`. #### `event.preventDefault()`