mirror of
https://github.com/servo/servo.git
synced 2025-10-16 16:29:18 +01:00
Adding most commonly used parts of window.console. Fixes Issue#506. r=Ms2ger
This commit is contained in:
parent
f26cdcf235
commit
b1b481f3f3
7 changed files with 102 additions and 0 deletions
|
@ -55,6 +55,13 @@
|
|||
|
||||
|
||||
};
|
||||
|
||||
// Not part of any spec
|
||||
partial interface Window {
|
||||
// web developer niceties
|
||||
readonly attribute Console console;
|
||||
};
|
||||
|
||||
/*Window implements GlobalEventHandlers;
|
||||
Window implements WindowEventHandlers;*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue