mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
LibWeb: Add TextEncoder encodeInto
This commit is contained in:
parent
f1ead552ce
commit
0104225d9b
Notes:
sideshowbarker
2024-07-17 11:34:34 +09:00
Author: https://github.com/bplaat
Commit: 0104225d9b
Pull-request: https://github.com/SerenityOS/serenity/pull/21351
9 changed files with 123 additions and 10 deletions
|
@ -258,6 +258,7 @@ struct TextDecodeOptions;
|
|||
class TextDecoder;
|
||||
struct TextDecoderOptions;
|
||||
class TextEncoder;
|
||||
struct TextEncoderEncodeIntoResult;
|
||||
}
|
||||
|
||||
namespace Web::Fetch {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue