Skip to content

Commit c854ebb

Browse files
committed
chore: build
1 parent afbb9e1 commit c854ebb

10 files changed

+1128
-1128
lines changed

baselines/audioworklet.generated.d.ts

+8-8
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ declare var ByteLengthQueuingStrategy: {
298298
};
299299

300300
/**
301-
* Of the {{domxref('Compression Streams API','','',' ')}} is an API for compressing a stream of data.
301+
* This is an API interface for compressing a stream of data.
302302
*
303303
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CompressionStream)
304304
*/
@@ -428,7 +428,7 @@ declare var DOMException: {
428428
};
429429

430430
/**
431-
* Of the {{domxref('Compression Streams API','','',' ')}} is an API for decompressing a stream of data.
431+
* This is an API interface for decompressing a stream of data.
432432
*
433433
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DecompressionStream)
434434
*/
@@ -757,7 +757,7 @@ declare var MessagePort: {
757757
};
758758

759759
/**
760-
* Events which are sent to the global script context when JavaScript Promises are rejected. These events are particularly useful for telemetry and debugging purposes.
760+
* Events which are sent to the global script context when JavaScript s are rejected. These events are particularly useful for telemetry and debugging purposes.
761761
*
762762
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PromiseRejectionEvent)
763763
*/
@@ -797,7 +797,7 @@ declare var ReadableByteStreamController: {
797797
};
798798

799799
/**
800-
* This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the {{domxref("Response.body", "body")}} property of a Response object.
800+
* This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object.
801801
*
802802
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream)
803803
*/
@@ -957,7 +957,7 @@ interface TextDecoderCommon {
957957
}
958958

959959
/**
960-
* Of the {{domxref('Encoding API','','',' ')}} converts a stream of text in a binary encoding, such as UTF-8 etc., to a stream of strings.
960+
* Of the converts a stream of text in a binary encoding, such as UTF-8 etc., to a stream of strings.
961961
*
962962
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextDecoderStream)
963963
*/
@@ -1006,7 +1006,7 @@ interface TextEncoderCommon {
10061006
}
10071007

10081008
/**
1009-
* Of the {{domxref('Encoding API','','',' ')}} converts a stream of strings into bytes in the UTF-8 encoding. It is the streaming equivalent of TextEncoder.
1009+
* Of the converts a stream of strings into bytes in the UTF-8 encoding. It is the streaming equivalent of TextEncoder.
10101010
*
10111011
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoderStream)
10121012
*/
@@ -1021,7 +1021,7 @@ declare var TextEncoderStream: {
10211021
};
10221022

10231023
/**
1024-
* This Streams API interface represents a concrete implementation of the pipe chain _transform stream_ concept.
1024+
* This Streams API interface represents a concrete implementation of the pipe chain transform stream_ concept.
10251025
*
10261026
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TransformStream)
10271027
*/
@@ -1059,7 +1059,7 @@ declare var TransformStreamDefaultController: {
10591059
};
10601060

10611061
/**
1062-
* Used to parse, construct, normalize, and encode {{glossary("URL", "URLs")}}. It works by providing properties which allow you to easily read and modify the components of a URL.
1062+
* Used to parse, construct, normalize, and encode . It works by providing properties which allow you to easily read and modify the components of a URL.
10631063
*
10641064
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL)
10651065
*/

baselines/dom.generated.d.ts

+331-331
Large diffs are not rendered by default.

baselines/serviceworker.generated.d.ts

+71-71
Large diffs are not rendered by default.

baselines/sharedworker.generated.d.ts

+67-67
Large diffs are not rendered by default.

baselines/ts5.5/audioworklet.generated.d.ts

+8-8
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ declare var ByteLengthQueuingStrategy: {
298298
};
299299

300300
/**
301-
* Of the {{domxref('Compression Streams API','','',' ')}} is an API for compressing a stream of data.
301+
* This is an API interface for compressing a stream of data.
302302
*
303303
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CompressionStream)
304304
*/
@@ -428,7 +428,7 @@ declare var DOMException: {
428428
};
429429

430430
/**
431-
* Of the {{domxref('Compression Streams API','','',' ')}} is an API for decompressing a stream of data.
431+
* This is an API interface for decompressing a stream of data.
432432
*
433433
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DecompressionStream)
434434
*/
@@ -757,7 +757,7 @@ declare var MessagePort: {
757757
};
758758

759759
/**
760-
* Events which are sent to the global script context when JavaScript Promises are rejected. These events are particularly useful for telemetry and debugging purposes.
760+
* Events which are sent to the global script context when JavaScript s are rejected. These events are particularly useful for telemetry and debugging purposes.
761761
*
762762
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PromiseRejectionEvent)
763763
*/
@@ -797,7 +797,7 @@ declare var ReadableByteStreamController: {
797797
};
798798

799799
/**
800-
* This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the {{domxref("Response.body", "body")}} property of a Response object.
800+
* This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object.
801801
*
802802
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream)
803803
*/
@@ -957,7 +957,7 @@ interface TextDecoderCommon {
957957
}
958958

959959
/**
960-
* Of the {{domxref('Encoding API','','',' ')}} converts a stream of text in a binary encoding, such as UTF-8 etc., to a stream of strings.
960+
* Of the converts a stream of text in a binary encoding, such as UTF-8 etc., to a stream of strings.
961961
*
962962
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextDecoderStream)
963963
*/
@@ -1006,7 +1006,7 @@ interface TextEncoderCommon {
10061006
}
10071007

10081008
/**
1009-
* Of the {{domxref('Encoding API','','',' ')}} converts a stream of strings into bytes in the UTF-8 encoding. It is the streaming equivalent of TextEncoder.
1009+
* Of the converts a stream of strings into bytes in the UTF-8 encoding. It is the streaming equivalent of TextEncoder.
10101010
*
10111011
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoderStream)
10121012
*/
@@ -1021,7 +1021,7 @@ declare var TextEncoderStream: {
10211021
};
10221022

10231023
/**
1024-
* This Streams API interface represents a concrete implementation of the pipe chain _transform stream_ concept.
1024+
* This Streams API interface represents a concrete implementation of the pipe chain transform stream_ concept.
10251025
*
10261026
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TransformStream)
10271027
*/
@@ -1059,7 +1059,7 @@ declare var TransformStreamDefaultController: {
10591059
};
10601060

10611061
/**
1062-
* Used to parse, construct, normalize, and encode {{glossary("URL", "URLs")}}. It works by providing properties which allow you to easily read and modify the components of a URL.
1062+
* Used to parse, construct, normalize, and encode . It works by providing properties which allow you to easily read and modify the components of a URL.
10631063
*
10641064
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL)
10651065
*/

0 commit comments

Comments
 (0)