mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 15:43:20 +00:00
5 lines
137 B
Text
5 lines
137 B
Text
![]() |
// https://encoding.spec.whatwg.org/#textencodercommon
|
||
|
interface mixin TextEncoderCommon {
|
||
|
readonly attribute DOMString encoding;
|
||
|
};
|