mirror of
https://github.com/servo/servo.git
synced 2025-08-23 14:25:33 +01:00
Update web-platform-tests to revision ebeb032b23de5abb7f9fd7fffcf471eaa6e2c154
This commit is contained in:
parent
b3c0ed295f
commit
a45a4f8e2b
55 changed files with 895 additions and 104 deletions
|
@ -18,10 +18,10 @@ dictionary TextDecodeOptions {
|
|||
boolean stream = false;
|
||||
};
|
||||
|
||||
[Constructor(optional DOMString label = "utf-8", optional TextDecoderOptions options),
|
||||
[Constructor(optional DOMString label = "utf-8", optional TextDecoderOptions options = {}),
|
||||
Exposed=(Window,Worker)]
|
||||
interface TextDecoder {
|
||||
USVString decode(optional BufferSource input, optional TextDecodeOptions options);
|
||||
USVString decode(optional BufferSource input, optional TextDecodeOptions options = {});
|
||||
};
|
||||
TextDecoder includes TextDecoderCommon;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue