mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement TextDecoder#decode.
This commit is contained in:
parent
c0d4e27d79
commit
e2929403ef
8 changed files with 37 additions and 142 deletions
|
@ -16,4 +16,6 @@ interface TextDecoder {
|
|||
readonly attribute boolean fatal;
|
||||
//readonly attribute boolean ignoreBOM;
|
||||
//USVString decode(optional BufferSource input, optional TextDecodeOptions options);
|
||||
[Throws]
|
||||
USVString decode(optional object input);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue