mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-31 06:38:22 +00:00
LibWeb: Port Worker to new String
This commit is contained in:
parent
836cb73d29
commit
e905f25911
Notes:
sideshowbarker
2024-07-17 09:49:48 +09:00
Author: https://github.com/kennethmyhra
Commit: e905f25911
Pull-request: https://github.com/SerenityOS/serenity/pull/17577
Reviewed-by: https://github.com/AtkinsSJ
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