1
Fork 0
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:
Matthew Olsson 2023-03-28 17:56:56 -07:00 committed by Linus Groh
parent fe69d66a4e
commit 7ff657ef57
2 changed files with 97 additions and 0 deletions

View file

@ -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 {