mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-09 10:31: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
|
@ -12,8 +12,8 @@
|
|||
#include <LibWeb/Bindings/Intrinsics.h>
|
||||
#include <LibWeb/Bindings/TextEncoderStreamPrototype.h>
|
||||
#include <LibWeb/Encoding/TextEncoderStream.h>
|
||||
#include <LibWeb/Streams/AbstractOperations.h>
|
||||
#include <LibWeb/Streams/TransformStream.h>
|
||||
#include <LibWeb/Streams/TransformStreamOperations.h>
|
||||
#include <LibWeb/WebIDL/Promise.h>
|
||||
|
||||
namespace Web::Encoding {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue