mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
parent
5df705a41f
commit
52ea5204a2
158 changed files with 1124 additions and 1124 deletions
|
@ -23,11 +23,11 @@ interface DissimilarOriginWindow : GlobalScope {
|
|||
[Replaceable] readonly attribute unsigned long length;
|
||||
[Unforgeable] readonly attribute DissimilarOriginLocation location;
|
||||
|
||||
void close();
|
||||
undefined close();
|
||||
readonly attribute boolean closed;
|
||||
[Throws] void postMessage(any message, USVString targetOrigin, optional sequence<object> transfer = []);
|
||||
[Throws] void postMessage(any message, optional WindowPostMessageOptions options = {});
|
||||
[Throws] undefined postMessage(any message, USVString targetOrigin, optional sequence<object> transfer = []);
|
||||
[Throws] undefined postMessage(any message, optional WindowPostMessageOptions options = {});
|
||||
attribute any opener;
|
||||
void blur();
|
||||
void focus();
|
||||
undefined blur();
|
||||
undefined focus();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue