mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
removed support for UTF-16 in TextEncoder
This commit is contained in:
parent
28ebab4398
commit
67a94d81d1
3 changed files with 11 additions and 152 deletions
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
/* https://encoding.spec.whatwg.org/#interface-textencoder */
|
||||
[Constructor(optional DOMString utfLabel = "utf-8"), Exposed=(Window,Worker)]
|
||||
[Constructor, Exposed=(Window,Worker)]
|
||||
interface TextEncoder {
|
||||
readonly attribute DOMString encoding;
|
||||
[NewObject]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue