1
Fork 0
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:
Shannon Booth 2023-09-06 16:06:53 +12:00 committed by Tim Flynn
parent 41928c2902
commit 278061e8b9
3 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
[Exposed=(Window,Worker), UseDeprecatedAKString]
[Exposed=(Window,Worker)]
interface TextDecoder {
// FIXME: 'optional TextDecoderOptions options = {}'
constructor(optional DOMString label = "utf-8");