diff --git a/doc/api/async_context.md b/doc/api/async_context.md index 6b018bc9d4e292..0b158cf5a58a01 100644 --- a/doc/api/async_context.md +++ b/doc/api/async_context.md @@ -144,10 +144,12 @@ Creates a new instance of `AsyncLocalStorage`. Store is only provided within a added: - v19.8.0 - v18.16.0 +changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/57510 + description: Marking the API stable. --> -> Stability: 1 - Experimental - * `fn` {Function} The function to bind to the current execution context. * Returns: {Function} A new function that calls `fn` within the captured execution context. @@ -160,10 +162,12 @@ Binds the given function to the current execution context. added: - v19.8.0 - v18.16.0 +changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/57510 + description: Marking the API stable. --> -> Stability: 1 - Experimental - * Returns: {Function} A new function with the signature `(fn: (...args) : R, ...args) : R`. diff --git a/doc/api/globals.md b/doc/api/globals.md index 107aaf58c2e7a3..8897d637be533d 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -250,10 +250,12 @@ Used to handle binary data. See the [buffer section][]. -> Stability: 1 - Experimental. - A browser-compatible implementation of [`ByteLengthQueuingStrategy`][]. ## `__dirname` @@ -339,10 +341,12 @@ with the [`--no-experimental-websocket`][] CLI flag. -> Stability: 1 - Experimental. - A browser-compatible implementation of [`CompressionStream`][]. ## `console` @@ -361,10 +365,12 @@ Used to print to stdout and stderr. See the [`console`][] section. -> Stability: 1 - Experimental. - A browser-compatible implementation of [`CountQueuingStrategy`][]. ## `Crypto` @@ -458,10 +464,12 @@ A browser-compatible implementation of the [`CustomEvent` Web API][]. -> Stability: 1 - Experimental. - A browser-compatible implementation of [`DecompressionStream`][]. ## `Event` @@ -884,60 +892,72 @@ DataHandler.prototype.load = async function load(key) { -> Stability: 1 - Experimental. - A browser-compatible implementation of [`ReadableByteStreamController`][]. ## Class: `ReadableStream` -> Stability: 1 - Experimental. - A browser-compatible implementation of [`ReadableStream`][]. ## Class: `ReadableStreamBYOBReader` -> Stability: 1 - Experimental. - A browser-compatible implementation of [`ReadableStreamBYOBReader`][]. ## Class: `ReadableStreamBYOBRequest` -> Stability: 1 - Experimental. - A browser-compatible implementation of [`ReadableStreamBYOBRequest`][]. ## Class: `ReadableStreamDefaultController` -> Stability: 1 - Experimental. - A browser-compatible implementation of [`ReadableStreamDefaultController`][]. ## Class: `ReadableStreamDefaultReader` -> Stability: 1 - Experimental. - A browser-compatible implementation of [`ReadableStreamDefaultReader`][]. ## `require()` @@ -1089,10 +1109,12 @@ The WHATWG `TextDecoder` class. See the [`TextDecoder`][] section. -> Stability: 1 - Experimental. - A browser-compatible implementation of [`TextDecoderStream`][]. ## `TextEncoder` @@ -1109,30 +1131,36 @@ The WHATWG `TextEncoder` class. See the [`TextEncoder`][] section. -> Stability: 1 - Experimental. - A browser-compatible implementation of [`TextEncoderStream`][]. ## Class: `TransformStream` -> Stability: 1 - Experimental. - A browser-compatible implementation of [`TransformStream`][]. ## Class: `TransformStreamDefaultController` -> Stability: 1 - Experimental. - A browser-compatible implementation of [`TransformStreamDefaultController`][]. ## `URL` @@ -1203,30 +1231,36 @@ with the [`--no-experimental-websocket`][] CLI flag. -> Stability: 1 - Experimental. - A browser-compatible implementation of [`WritableStream`][]. ## Class: `WritableStreamDefaultController` -> Stability: 1 - Experimental. - A browser-compatible implementation of [`WritableStreamDefaultController`][]. ## Class: `WritableStreamDefaultWriter` -> Stability: 1 - Experimental. - A browser-compatible implementation of [`WritableStreamDefaultWriter`][]. [CommonJS module]: modules.md diff --git a/doc/api/util.md b/doc/api/util.md index 8210f33a2a664b..1fe5c4b4f8fc2a 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -1497,10 +1497,12 @@ equality. added: - v19.1.0 - v18.13.0 +changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/57510 + description: Marking the API stable. --> -> Stability: 1 - Experimental - An implementation of [the MIMEType class](https://bmeck.github.io/node-proposal-mime-api/). In accordance with browser conventions, all properties of `MIMEType` objects @@ -2627,10 +2629,12 @@ Unicode "replacement character" U+FFFD. -> Stability: 1 - Experimental - Creates and returns an {AbortController} instance whose {AbortSignal} is marked as transferable and can be used with `structuredClone()` or `postMessage()`. @@ -2638,10 +2642,12 @@ as transferable and can be used with `structuredClone()` or `postMessage()`. -> Stability: 1 - Experimental - * `signal` {AbortSignal} * Returns: {AbortSignal}