IDL: Add missing spec links

The only IDL interface without a spec link is Internals
This commit is contained in:
Matthew Olsson 2023-11-07 19:29:22 -07:00 committed by Andreas Kling
commit 26e6c47d0a
Notes: sideshowbarker 2024-07-16 22:58:46 +09:00
40 changed files with 42 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#import <DOM/EventTarget.idl>
#import <DOM/EventHandler.idl>
// https://html.spec.whatwg.org/#worker
[Exposed=(Window)]
interface Worker : EventTarget {
constructor(DOMString scriptURL, optional WorkerOptions options = {});