mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
LibWeb: Implement QueuingStrategy for Web::Streams::WritableStream
This commit is contained in:
parent
33f6e5d516
commit
9cb4bf0683
3 changed files with 9 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
|||
#import <Streams/QueuingStrategy.idl>
|
||||
#import <Streams/WritableStreamDefaultWriter.idl>
|
||||
|
||||
[Exposed=*, Transferable]
|
||||
interface WritableStream {
|
||||
// FIXME: optional QueuingStrategy strategy = {}
|
||||
constructor(optional object underlyingSink);
|
||||
constructor(optional object underlyingSink, optional QueuingStrategy strategy = {});
|
||||
|
||||
readonly attribute boolean locked;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue