mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
dom: Implement current window event.
This commit is contained in:
parent
19f4be38d2
commit
097a84671a
6 changed files with 63 additions and 24 deletions
|
@ -180,6 +180,10 @@ partial interface Window {
|
|||
Selection? getSelection();
|
||||
};
|
||||
|
||||
// https://dom.spec.whatwg.org/#interface-window-extensions
|
||||
partial interface Window {
|
||||
[Replaceable] readonly attribute any event; // historical
|
||||
};
|
||||
|
||||
dictionary WindowPostMessageOptions : PostMessageOptions {
|
||||
USVString targetOrigin = "/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue