mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-11 08:50:37 +00:00
LibWeb: Expose Worker to DedicatedWorker and SharedWorker
This commit is contained in:
parent
b757ee0bc8
commit
4133177895
Notes:
github-actions[bot]
2024-08-24 10:26:16 +00:00
Author: https://github.com/jamierocks Commit: https://github.com/LadybirdBrowser/ladybird/commit/4133177895e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1174
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
#import <HTML/MessagePort.idl>
|
||||
|
||||
// https://html.spec.whatwg.org/#worker
|
||||
[Exposed=(Window)]
|
||||
[Exposed=(Window,DedicatedWorker,SharedWorker)]
|
||||
interface Worker : EventTarget {
|
||||
constructor(DOMString scriptURL, optional WorkerOptions options = {});
|
||||
|
||||
|
|
Loading…
Reference in a new issue