Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2020-06-04 21:45:42 +0300
committerJames M Snell <jasnell@gmail.com>2020-06-05 22:21:49 +0300
commita8b26d72c514444e699e5dd99a38405c6a2b738a (patch)
tree6107b6b070bb8a67f524fc4640c06ad1e74b223e /doc/api/globals.md
parent74ca960aac4600953caacd5f250b11a90bd70ee7 (diff)
lib: unflag AbortController
It's still experimental, but make the flag non-op Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/33527 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'doc/api/globals.md')
-rw-r--r--doc/api/globals.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/globals.md b/doc/api/globals.md
index 78550035cbc..c9383ab9bdd 100644
--- a/doc/api/globals.md
+++ b/doc/api/globals.md
@@ -29,8 +29,6 @@ added: REPLACEME
A utility class used to signal cancelation in selected `Promise`-based APIs.
The API is based on the Web API [`AbortController`][].
-To use, launch Node.js using the `--experimental-abortcontroller` flag.
-
```js
const ac = new AbortController();