mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:57:35 +00:00
LibWeb: Add IDL definition for Web::Streams::QueuingStrategyInit
This is used in the constructor for ByteLengthQueuingStrategy and CountQueuingStrategy.
This commit is contained in:
parent
4a86861a9d
commit
0d714ad165
3 changed files with 21 additions and 0 deletions
|
@ -548,6 +548,7 @@ class WritableStreamDefaultController;
|
|||
class WritableStreamDefaultWriter;
|
||||
|
||||
struct PullIntoDescriptor;
|
||||
struct QueuingStrategyInit;
|
||||
struct UnderlyingSink;
|
||||
struct UnderlyingSource;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue