mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement dissimilar-origin postMessage.
This commit is contained in:
parent
f5c67fda04
commit
f9c5d0c117
12 changed files with 191 additions and 13 deletions
|
@ -25,7 +25,7 @@ interface DissimilarOriginWindow : GlobalScope {
|
|||
|
||||
void close();
|
||||
readonly attribute boolean closed;
|
||||
void postMessage(any message, DOMString targetOrigin);
|
||||
[Throws] void postMessage(any message, DOMString targetOrigin);
|
||||
attribute any opener;
|
||||
void blur();
|
||||
void focus();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue