mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:47:44 +00:00
LibWeb: Add the stream queue-related abstract operations
This commit is contained in:
parent
fe69d66a4e
commit
7ff657ef57
2 changed files with 97 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include <LibJS/Heap/GCPtr.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
#include <LibWeb/Streams/QueueOperations.h>
|
||||
#include <LibWeb/WebIDL/Promise.h>
|
||||
|
||||
namespace Web::Streams {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue