mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-06 17:11:51 +00:00
LibWeb: Move TransformStream 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 TransformStream AOs to their own file.
This commit is contained in:
parent
26c01f0957
commit
3e8c6dbaff
Notes:
github-actions[bot]
2025-04-18 10:56:41 +00:00
Author: https://github.com/trflynn89
Commit: 3e8c6dbaff
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4392
10 changed files with 626 additions and 594 deletions
|
@ -57,9 +57,9 @@
|
|||
#include <LibWeb/ResourceTiming/PerformanceResourceTiming.h>
|
||||
#include <LibWeb/SRI/SRI.h>
|
||||
#include <LibWeb/SecureContexts/AbstractOperations.h>
|
||||
#include <LibWeb/Streams/AbstractOperations.h>
|
||||
#include <LibWeb/Streams/TransformStream.h>
|
||||
#include <LibWeb/Streams/TransformStreamDefaultController.h>
|
||||
#include <LibWeb/Streams/TransformStreamOperations.h>
|
||||
#include <LibWeb/Streams/Transformer.h>
|
||||
#include <LibWeb/WebIDL/DOMException.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue