forked from mirrors/gecko-dev
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:
parent
7855b93730
commit
84c72b887e
3 changed files with 3 additions and 9 deletions
|
|
@ -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 = {});
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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 = {});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue