mirror of
https://github.com/servo/servo
synced 2026-05-03 04:42:17 +02:00
@@ -9,7 +9,7 @@
|
||||
interface ExtendableEvent : Event {
|
||||
[Throws] constructor(DOMString type,
|
||||
optional ExtendableEventInit eventInitDict = {});
|
||||
[Throws] void waitUntil(/*Promise<*/any/*>*/ f);
|
||||
[Throws] undefined waitUntil(/*Promise<*/any/*>*/ f);
|
||||
};
|
||||
|
||||
dictionary ExtendableEventInit : EventInit {
|
||||
|
||||
Reference in New Issue
Block a user