mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1092737 followup, because ScalarValueString got renamed.
This commit is contained in:
parent
7ee336d3de
commit
f9fedb16dc
@ -18,7 +18,7 @@ interface TextDecoder {
|
||||
[Constant]
|
||||
readonly attribute boolean fatal;
|
||||
[Throws]
|
||||
ScalarValueString decode(optional BufferSource input, optional TextDecodeOptions options);
|
||||
USVString decode(optional BufferSource input, optional TextDecodeOptions options);
|
||||
};
|
||||
|
||||
dictionary TextDecoderOptions {
|
||||
|
@ -16,5 +16,5 @@ interface TextEncoder {
|
||||
[Constant]
|
||||
readonly attribute DOMString encoding;
|
||||
[Throws, NewObject]
|
||||
Uint8Array encode(optional ScalarValueString input = "");
|
||||
Uint8Array encode(optional USVString input = "");
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user