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:
parent
9c5bdb0b86
commit
be727ea871
3 changed files with 12 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue