Skip to content

Commit

Permalink
tools: fix web streams API links
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mscdex authored and danielleadams committed Apr 24, 2022
1 parent 602f34e commit 3593953
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions tools/doc/type-parser.mjs
Expand Up @@ -236,35 +236,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',
Expand Down

0 comments on commit 3593953

Please sign in to comment.