1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:17:36 +00:00

LibWeb: Port WorkerLocation to new String

This commit is contained in:
Kenneth Myhra 2023-02-20 21:44:05 +01:00 committed by Sam Atkins
parent 511ce240f2
commit 9c5bdb0b86
3 changed files with 48 additions and 34 deletions

View file

@ -1,4 +1,4 @@
[Exposed=Worker]
[Exposed=Worker, UseNewAKString]
interface WorkerLocation {
stringifier readonly attribute USVString href;
readonly attribute USVString origin;