mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Use ExtendableMessageEvent for messageerror in service workers
This commit is contained in:
parent
b1bd409047
commit
95ddcf5d4d
3 changed files with 27 additions and 8 deletions
|
@ -16,9 +16,9 @@ interface ExtendableMessageEvent : ExtendableEvent {
|
|||
};
|
||||
|
||||
dictionary ExtendableMessageEventInit : ExtendableEventInit {
|
||||
any data;
|
||||
DOMString origin;
|
||||
DOMString lastEventId;
|
||||
any data = null;
|
||||
DOMString origin = "";
|
||||
DOMString lastEventId = "";
|
||||
// (Client or ServiceWorker /*or MessagePort*/)? source;
|
||||
// sequence<MessagePort>? ports;
|
||||
sequence<MessagePort> ports = [];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue