1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:08:10 +00:00

LibWeb: Port TextEncoder interface from DeprecatedString to String

This commit is contained in:
Shannon Booth 2023-09-06 16:10:23 +12:00 committed by Tim Flynn
parent 278061e8b9
commit 76449c21b2
3 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
[Exposed=(Window,Worker), UseDeprecatedAKString]
[Exposed=(Window,Worker)]
interface TextEncoder {
constructor();