mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
LibWeb: Add TextEncoder encodeInto
This commit is contained in:
parent
f1ead552ce
commit
0104225d9b
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