From 277146b2132af997d3082f87606fd0d7d2d96b32 Mon Sep 17 00:00:00 2001 From: FrankQiu Date: Wed, 27 Oct 2021 22:06:15 +0800 Subject: [PATCH] doc: remove experimental abortcontroller flag --- doc/api/cli.md | 16 ---------------- ...t-process-env-allowed-flags-are-documented.js | 1 + 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index c01b397e83615f..4ea7360c418abd 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -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` - - - -`AbortController` and `AbortSignal` support is enabled by default. -Use of this command-line flag is no longer required. - ### `--experimental-import-meta-resolve`