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
path: root/tools
diff options
context:
space:
mode:
authormscdex <mscdex@users.noreply.github.com>2022-03-08 01:26:09 +0300
committerGitHub <noreply@github.com>2022-03-08 01:26:09 +0300
commit5ac6877d320d23e860e714c548ee2b57dbf7a409 (patch)
tree0fbc38bbd9565dc9f274659240e9b9560cb506c4 /tools
parent9440429b6b90465eacd5a32d8993060546764850 (diff)
tools: fix web streams API links
PR-URL: https://github.com/nodejs/node/pull/42153 Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/doc/type-parser.mjs30
1 files changed, 15 insertions, 15 deletions
diff --git a/tools/doc/type-parser.mjs b/tools/doc/type-parser.mjs
index e17bf077d70..3bdbffdbe05 100644
--- a/tools/doc/type-parser.mjs
+++ b/tools/doc/type-parser.mjs
@@ -241,35 +241,35 @@ const customTypesMap = {
'zlib options': 'zlib.html#class-options',
'ReadableStream':
- 'webstreams.md#class-readablestream',
+ 'webstreams.html#class-readablestream',
'ReadableStreamDefaultReader':
- 'webstreams.md#class-readablestreamdefaultreader',
+ 'webstreams.html#class-readablestreamdefaultreader',
'ReadableStreamBYOBReader':
- 'webstreams.md#class-readablestreambyobreader',
+ 'webstreams.html#class-readablestreambyobreader',
'ReadableStreamDefaultController':
- 'webstreams.md#class-readablestreamdefaultcontroller',
+ 'webstreams.html#class-readablestreamdefaultcontroller',
'ReadableByteStreamController':
- 'webstreams.md#class-readablebytestreamcontroller',
+ 'webstreams.html#class-readablebytestreamcontroller',
'ReadableStreamBYOBRequest':
- 'webstreams.md#class-readablestreambyobrequest',
+ 'webstreams.html#class-readablestreambyobrequest',
'WritableStream':
- 'webstreams.md#class-writablestream',
+ 'webstreams.html#class-writablestream',
'WritableStreamDefaultWriter':
- 'webstreams.md#class-writablestreamdefaultwriter',
+ 'webstreams.html#class-writablestreamdefaultwriter',
'WritableStreamDefaultController':
- 'webstreams.md#class-writablestreamdefaultcontroller',
+ 'webstreams.html#class-writablestreamdefaultcontroller',
'TransformStream':
- 'webstreams.md#class-transformstream',
+ 'webstreams.html#class-transformstream',
'TransformStreamDefaultController':
- 'webstreams.md#class-transformstreamdefaultcontroller',
+ 'webstreams.html#class-transformstreamdefaultcontroller',
'ByteLengthQueuingStrategy':
- 'webstreams.md#class-bytelengthqueuingstrategy',
+ 'webstreams.html#class-bytelengthqueuingstrategy',
'CountQueuingStrategy':
- 'webstreams.md#class-countqueuingstrategy',
+ 'webstreams.html#class-countqueuingstrategy',
'TextEncoderStream':
- 'webstreams.md#class-textencoderstream',
+ 'webstreams.html#class-textencoderstream',
'TextDecoderStream':
- 'webstreams.md#class-textdecoderstream',
+ 'webstreams.html#class-textdecoderstream',
'FormData': 'https://developer.mozilla.org/en-US/docs/Web/API/FormData',
'Headers': 'https://developer.mozilla.org/en-US/docs/Web/API/Headers',