mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Implement Window.postMessage for same-origin windows.
This commit is contained in:
parent
1837fcbedd
commit
f152bc3b06
83 changed files with 192 additions and 383 deletions
|
@ -54,6 +54,8 @@
|
|||
void cancelAnimationFrame(unsigned long handle);
|
||||
|
||||
//void postMessage(any message, DOMString targetOrigin, optional sequence<Transferable> transfer);
|
||||
[Throws]
|
||||
void postMessage(any message, DOMString targetOrigin);
|
||||
|
||||
// also has obsolete members
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue