mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:57:44 +00:00
LibWeb: Port TextDecoder interface from DeprecatedString to String
This commit is contained in:
parent
41928c2902
commit
278061e8b9
3 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
[Exposed=(Window,Worker), UseDeprecatedAKString]
|
||||
[Exposed=(Window,Worker)]
|
||||
interface TextDecoder {
|
||||
// FIXME: 'optional TextDecoderOptions options = {}'
|
||||
constructor(optional DOMString label = "utf-8");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue