Skip to content

Commit 3593953

Browse files
mscdexdanielleadams
authored andcommitted
tools: fix web streams API links
PR-URL: #42153 Reviewed-By: Mestery <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 602f34e commit 3593953

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

tools/doc/type-parser.mjs

+15-15
Original file line numberDiff line numberDiff line change
@@ -236,35 +236,35 @@ const customTypesMap = {
236236
'zlib options': 'zlib.html#class-options',
237237

238238
'ReadableStream':
239-
'webstreams.md#class-readablestream',
239+
'webstreams.html#class-readablestream',
240240
'ReadableStreamDefaultReader':
241-
'webstreams.md#class-readablestreamdefaultreader',
241+
'webstreams.html#class-readablestreamdefaultreader',
242242
'ReadableStreamBYOBReader':
243-
'webstreams.md#class-readablestreambyobreader',
243+
'webstreams.html#class-readablestreambyobreader',
244244
'ReadableStreamDefaultController':
245-
'webstreams.md#class-readablestreamdefaultcontroller',
245+
'webstreams.html#class-readablestreamdefaultcontroller',
246246
'ReadableByteStreamController':
247-
'webstreams.md#class-readablebytestreamcontroller',
247+
'webstreams.html#class-readablebytestreamcontroller',
248248
'ReadableStreamBYOBRequest':
249-
'webstreams.md#class-readablestreambyobrequest',
249+
'webstreams.html#class-readablestreambyobrequest',
250250
'WritableStream':
251-
'webstreams.md#class-writablestream',
251+
'webstreams.html#class-writablestream',
252252
'WritableStreamDefaultWriter':
253-
'webstreams.md#class-writablestreamdefaultwriter',
253+
'webstreams.html#class-writablestreamdefaultwriter',
254254
'WritableStreamDefaultController':
255-
'webstreams.md#class-writablestreamdefaultcontroller',
255+
'webstreams.html#class-writablestreamdefaultcontroller',
256256
'TransformStream':
257-
'webstreams.md#class-transformstream',
257+
'webstreams.html#class-transformstream',
258258
'TransformStreamDefaultController':
259-
'webstreams.md#class-transformstreamdefaultcontroller',
259+
'webstreams.html#class-transformstreamdefaultcontroller',
260260
'ByteLengthQueuingStrategy':
261-
'webstreams.md#class-bytelengthqueuingstrategy',
261+
'webstreams.html#class-bytelengthqueuingstrategy',
262262
'CountQueuingStrategy':
263-
'webstreams.md#class-countqueuingstrategy',
263+
'webstreams.html#class-countqueuingstrategy',
264264
'TextEncoderStream':
265-
'webstreams.md#class-textencoderstream',
265+
'webstreams.html#class-textencoderstream',
266266
'TextDecoderStream':
267-
'webstreams.md#class-textdecoderstream',
267+
'webstreams.html#class-textdecoderstream',
268268

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

0 commit comments

Comments
 (0)