mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1238213 follow-up: Mark the FetchEventInit dictionary argument to FetchEvent's constructor optional too; r=bzbarsky
This commit is contained in:
parent
b3174655a3
commit
bd4e00b84b
@ -7,7 +7,7 @@
|
||||
* http://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html
|
||||
*/
|
||||
|
||||
[Constructor(DOMString type, optional FetchEventInit eventInitDict),
|
||||
[Constructor(DOMString type, FetchEventInit eventInitDict),
|
||||
Func="mozilla::dom::workers::ServiceWorkerVisible",
|
||||
Exposed=(ServiceWorker)]
|
||||
interface FetchEvent : ExtendableEvent {
|
||||
|
Loading…
Reference in New Issue
Block a user