mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Update web-platform-tests to revision 33fa44546cbd74796eebfd7e8a33d6fc2f4e020a
This commit is contained in:
parent
0e503a0e0c
commit
e10932a8f7
2576 changed files with 7707 additions and 6192 deletions
|
@ -22,7 +22,7 @@ dictionary TextDecodeOptions {
|
|||
interface TextDecoder {
|
||||
constructor(optional DOMString label = "utf-8", optional TextDecoderOptions options = {});
|
||||
|
||||
USVString decode(optional BufferSource input, optional TextDecodeOptions options = {});
|
||||
USVString decode(optional [AllowShared] BufferSource input, optional TextDecodeOptions options = {});
|
||||
};
|
||||
TextDecoder includes TextDecoderCommon;
|
||||
|
||||
|
@ -40,7 +40,7 @@ interface TextEncoder {
|
|||
constructor();
|
||||
|
||||
[NewObject] Uint8Array encode(optional USVString input = "");
|
||||
TextEncoderEncodeIntoResult encodeInto(USVString source, Uint8Array destination);
|
||||
TextEncoderEncodeIntoResult encodeInto(USVString source, [AllowShared] Uint8Array destination);
|
||||
};
|
||||
TextEncoder includes TextEncoderCommon;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue