LibWeb: Move WritableStream AOs into their own file

The main streams AO file has gotten very large, and is a bit difficult
to navigate. In an effort to improve DX, this migrates WritableStream
AOs to their own file.
This commit is contained in:
Timothy Flynn 2025-04-17 17:21:29 -04:00 committed by Tim Flynn
commit 26c01f0957
Notes: github-actions[bot] 2025-04-18 10:56:46 +00:00
11 changed files with 1372 additions and 1326 deletions

View file

@ -31,6 +31,7 @@
#include <LibWeb/Streams/UnderlyingSource.h>
#include <LibWeb/Streams/WritableStream.h>
#include <LibWeb/Streams/WritableStreamDefaultWriter.h>
#include <LibWeb/Streams/WritableStreamOperations.h>
#include <LibWeb/WebIDL/AbstractOperations.h>
#include <LibWeb/WebIDL/Buffers.h>
#include <LibWeb/WebIDL/Promise.h>