Skip to content

Commit

Permalink
doc: remove experimental abortcontroller flag
Browse files Browse the repository at this point in the history
PR-URL: #38968
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
iam-frankqiu authored and targos committed Nov 26, 2021
1 parent dc99ae3 commit 6e9b665
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,21 +253,6 @@ effort to report stack traces relative to the original source file.
Overriding `Error.prepareStackTrace` prevents `--enable-source-maps` from
modifying the stack trace.

### `--experimental-abortcontroller`

<!-- YAML
added:
- v15.0.0
- v14.17.0
changes:
- version: v15.0.0
pr-url: https://github.com/nodejs/node/pull/33527
description: --experimental-abortcontroller is no longer required.
-->

`AbortController` and `AbortSignal` support is enabled by default.
Use of this command-line flag is no longer required.

### `--experimental-import-meta-resolve`

<!-- YAML
Expand Down

0 comments on commit 6e9b665

Please sign in to comment.