mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibWeb: Add FIXME about Worker's constructor's scriptURL parameter
TrustedScriptURL is its own interface that we haven't implemented yet.
This commit is contained in:
parent
56f047119c
commit
469d5ccc4b
Notes:
github-actions[bot]
2025-05-02 21:49:10 +00:00
Author: https://github.com/trflynn89
Commit: 469d5ccc4b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4554
Reviewed-by: https://github.com/ADKaster
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
// https://html.spec.whatwg.org/multipage/workers.html#worker
|
||||
[Exposed=(Window,DedicatedWorker,SharedWorker)]
|
||||
interface Worker : EventTarget {
|
||||
// FIXME: "DOMString scriptURL" should be "(TrustedScriptURL or USVString) scriptURL".
|
||||
constructor(DOMString scriptURL, optional WorkerOptions options = {});
|
||||
|
||||
undefined terminate();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue