Skip to content

Commit e95426f

Browse files
mscdexbengl
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 a4632a3 commit e95426f

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
@@ -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)