mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement 'do nothing' methods on Window and Document
This commit is contained in:
parent
1384ff5e9f
commit
bf50145fbd
6 changed files with 35 additions and 39 deletions
|
@ -93,6 +93,12 @@ partial interface Window {
|
|||
/*[Replaceable]*/ readonly attribute Performance performance;
|
||||
};
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#Window-partial
|
||||
partial interface Window {
|
||||
void captureEvents();
|
||||
void releaseEvents();
|
||||
};
|
||||
|
||||
// https://drafts.csswg.org/cssom/#extensions-to-the-window-interface
|
||||
partial interface Window {
|
||||
[NewObject]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue