diff options
Diffstat (limited to 'doc/api/globals.md')
-rw-r--r-- | doc/api/globals.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/api/globals.md b/doc/api/globals.md index be3c6d6ad9..7b8c7249f5 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -67,6 +67,15 @@ added: v15.0.0 The `AbortSignal` is used to notify observers when the `abortController.abort()` method is called. +#### Static method: `AbortSignal.abort()` +<!-- YAML +added: REPLACEME +--> + +* Returns: {AbortSignal} + +Returns a new already aborted `AbortSignal`. + #### Event: `'abort'` <!-- YAML added: v15.0.0 |