1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:27:35 +00:00

LibWeb: Port WorkerGlobalScope to new String

This commit is contained in:
Kenneth Myhra 2023-02-23 10:16:20 +01:00 committed by Sam Atkins
parent 9c5bdb0b86
commit be727ea871
3 changed files with 12 additions and 12 deletions

View file

@ -5,7 +5,7 @@
#import <HTML/WorkerNavigator.idl>
// https://html.spec.whatwg.org/multipage/workers.html#workerglobalscope
[Exposed=Worker]
[Exposed=Worker, UseNewAKString]
interface WorkerGlobalScope : EventTarget {
readonly attribute WorkerGlobalScope self;
readonly attribute WorkerLocation location;