Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -4793,4 +4793,4 @@ const agent2 = new http.Agent({ proxyEnv: process.env });
[`writable.uncork()`]: stream.md#writableuncork
[`writable.write()`]: stream.md#writablewritechunk-encoding-callback
[information event]: #event-information
[initial delay]: net.md#socketsetkeepaliveenable-initialdelay
[initial delay]: net.md#socketsetkeepaliveenable-initialdelay-interval-count
2 changes: 1 addition & 1 deletion doc/api/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ RESOLVE_ESM_MATCH(MATCH)
3. THROW "not found"
```

The "ESM resolver" is defined [in the ESM documentation](esm.md#resolver-algorithm-specification).
The "ESM resolver" is defined [in the ESM documentation](esm.md#resolution-and-loading-algorithm).

## Caching

Expand Down
2 changes: 0 additions & 2 deletions doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -3034,8 +3034,6 @@ changes:
description: Added support for webstreams.
-->

> Stability: 2 - Stable
* `streams` {Stream\[]|Iterable\[]|AsyncIterable\[]|Function\[]|
ReadableStream\[]|WritableStream\[]|TransformStream\[]|Duplex\[]|Function}
* Returns: {stream.Duplex}
Expand Down
Loading