mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:07:45 +00:00
LibWeb: Port Worker to new String
This commit is contained in:
parent
836cb73d29
commit
e905f25911
3 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
#import <DOM/EventTarget.idl>
|
||||
#import <DOM/EventHandler.idl>
|
||||
|
||||
[Exposed=(Window)]
|
||||
[Exposed=(Window), UseNewAKString]
|
||||
interface Worker : EventTarget {
|
||||
constructor(DOMString scriptURL, optional WorkerOptions options = {});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue