mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
LibWeb: Implement TextEncoder.prototype.encoding
This commit is contained in:
parent
f37d00c07b
commit
f8387dea26
Notes:
sideshowbarker
2024-07-17 22:53:28 +09:00
Author: https://github.com/linusg
Commit: f8387dea26
Pull-request: https://github.com/SerenityOS/serenity/pull/11231
Reviewed-by: https://github.com/alimpfard
4 changed files with 23 additions and 1 deletions
|
@ -5,5 +5,5 @@ interface TextEncoder {
|
|||
[NewObject] Uint8Array encode(optional USVString input = "");
|
||||
// TextEncoderEncodeIntoResult encodeInto(USVString source, [AllowShared] Uint8Array destination);
|
||||
|
||||
// readonly attribute DOMString encoding;
|
||||
readonly attribute DOMString encoding;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue