Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e95426f

Browse filesBrowse files
mscdexbengl
authored andcommitted
tools: fix web streams API links
PR-URL: #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>
1 parent a4632a3 commit e95426f
Copy full SHA for e95426f

File tree

Expand file treeCollapse file tree

1 file changed

+15
-15
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+15
-15
lines changed
Open diff view settings
Collapse file

‎tools/doc/type-parser.mjs‎

Copy file name to clipboardExpand all lines: tools/doc/type-parser.mjs
+15-15Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -241,35 +241,35 @@ const customTypesMap = {
241241
'zlib options': 'zlib.html#class-options',
242242

243243
'ReadableStream':
244-
'webstreams.md#class-readablestream',
244+
'webstreams.html#class-readablestream',
245245
'ReadableStreamDefaultReader':
246-
'webstreams.md#class-readablestreamdefaultreader',
246+
'webstreams.html#class-readablestreamdefaultreader',
247247
'ReadableStreamBYOBReader':
248-
'webstreams.md#class-readablestreambyobreader',
248+
'webstreams.html#class-readablestreambyobreader',
249249
'ReadableStreamDefaultController':
250-
'webstreams.md#class-readablestreamdefaultcontroller',
250+
'webstreams.html#class-readablestreamdefaultcontroller',
251251
'ReadableByteStreamController':
252-
'webstreams.md#class-readablebytestreamcontroller',
252+
'webstreams.html#class-readablebytestreamcontroller',
253253
'ReadableStreamBYOBRequest':
254-
'webstreams.md#class-readablestreambyobrequest',
254+
'webstreams.html#class-readablestreambyobrequest',
255255
'WritableStream':
256-
'webstreams.md#class-writablestream',
256+
'webstreams.html#class-writablestream',
257257
'WritableStreamDefaultWriter':
258-
'webstreams.md#class-writablestreamdefaultwriter',
258+
'webstreams.html#class-writablestreamdefaultwriter',
259259
'WritableStreamDefaultController':
260-
'webstreams.md#class-writablestreamdefaultcontroller',
260+
'webstreams.html#class-writablestreamdefaultcontroller',
261261
'TransformStream':
262-
'webstreams.md#class-transformstream',
262+
'webstreams.html#class-transformstream',
263263
'TransformStreamDefaultController':
264-
'webstreams.md#class-transformstreamdefaultcontroller',
264+
'webstreams.html#class-transformstreamdefaultcontroller',
265265
'ByteLengthQueuingStrategy':
266-
'webstreams.md#class-bytelengthqueuingstrategy',
266+
'webstreams.html#class-bytelengthqueuingstrategy',
267267
'CountQueuingStrategy':
268-
'webstreams.md#class-countqueuingstrategy',
268+
'webstreams.html#class-countqueuingstrategy',
269269
'TextEncoderStream':
270-
'webstreams.md#class-textencoderstream',
270+
'webstreams.html#class-textencoderstream',
271271
'TextDecoderStream':
272-
'webstreams.md#class-textdecoderstream',
272+
'webstreams.html#class-textdecoderstream',
273273

274274
'FormData': 'https://developer.mozilla.org/en-US/docs/Web/API/FormData',
275275
'Headers': 'https://developer.mozilla.org/en-US/docs/Web/API/Headers',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.