mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
continue messageport, transferable, postmessage options
This commit is contained in:
parent
c3b17c1201
commit
2f8932a6a1
100 changed files with 2456 additions and 1171 deletions
|
@ -12,7 +12,7 @@ interface ExtendableMessageEvent : ExtendableEvent {
|
|||
readonly attribute DOMString origin;
|
||||
readonly attribute DOMString lastEventId;
|
||||
// [SameObject] readonly attribute (Client or ServiceWorker /*or MessagePort*/)? source;
|
||||
// readonly attribute FrozenArray<MessagePort>? ports;
|
||||
readonly attribute /*FrozenArray<MessagePort>*/any ports;
|
||||
};
|
||||
|
||||
dictionary ExtendableMessageEventInit : ExtendableEventInit {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue