mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
LibWeb: Implement TextEncoderStream
Required by the server-side rendering mode of React Router, used by https://chatgpt.com/ Note that the imported tests do not have the worker variants to prevent freezing on macOS.
This commit is contained in:
parent
24d5f24749
commit
cae0ee6fa7
Notes:
github-actions[bot]
2025-02-07 16:05:51 +00:00
Author: https://github.com/Lubrsi
Commit: cae0ee6fa7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3481
Reviewed-by: https://github.com/trflynn89 ✅
36 changed files with 1375 additions and 0 deletions
|
@ -327,6 +327,7 @@ class XMLSerializer;
|
|||
namespace Web::Encoding {
|
||||
class TextDecoder;
|
||||
class TextEncoder;
|
||||
class TextEncoderStream;
|
||||
|
||||
struct TextDecodeOptions;
|
||||
struct TextDecoderOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue