зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1092737 followup, because ScalarValueString got renamed.
This commit is contained in:
Родитель
7ee336d3de
Коммит
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 = "");
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче