Bug 1826593 - Remove inline comments from Exposed attribute body. r=saschanaz,webidl,kmag DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D174775
This commit is contained in:
Jason Kratzer 2023-05-04 15:04:03 +00:00
parent 7855b93730
commit 84c72b887e
3 changed files with 3 additions and 9 deletions

View file

@ -7,9 +7,7 @@
* https://streams.spec.whatwg.org/#rs-class-definition * https://streams.spec.whatwg.org/#rs-class-definition
*/ */
[Exposed=*, [Exposed=*] // [Transferable] - See Bug 1562065
//Transferable See Bug 1562065
]
interface ReadableStream { interface ReadableStream {
[Throws] [Throws]
constructor(optional object underlyingSource, optional QueuingStrategy strategy = {}); constructor(optional object underlyingSource, optional QueuingStrategy strategy = {});

View file

@ -7,9 +7,7 @@
* https://streams.spec.whatwg.org/#ts-class-definition * https://streams.spec.whatwg.org/#ts-class-definition
*/ */
[Exposed=*, [Exposed=*] // [Transferable] - See Bug 1562065
//Transferable See Bug 1734240
]
interface TransformStream { interface TransformStream {
[Throws] [Throws]
constructor(optional object transformer, constructor(optional object transformer,

View file

@ -7,9 +7,7 @@
* https://streams.spec.whatwg.org/#ws-class-definition * https://streams.spec.whatwg.org/#ws-class-definition
*/ */
[Exposed=*, [Exposed=*] // [Transferable] - See Bug 1562065
//Transferable See Bug 1734240
]
interface WritableStream { interface WritableStream {
[Throws] [Throws]
constructor(optional object underlyingSink, optional QueuingStrategy strategy = {}); constructor(optional object underlyingSink, optional QueuingStrategy strategy = {});