mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement Document.defaultView - fixes #4518
This commit is contained in:
parent
141b5d038f
commit
c10049327a
4 changed files with 18 additions and 3 deletions
|
@ -84,5 +84,8 @@ partial interface Document {
|
|||
|
||||
// special event handler IDL attributes that only apply to Document objects
|
||||
[LenientThis] attribute EventHandler onreadystatechange;
|
||||
|
||||
// user interaction
|
||||
readonly attribute Window defaultView;
|
||||
};
|
||||
Document implements GlobalEventHandlers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue