Adding most commonly used parts of window.console. Fixes Issue#506. r=Ms2ger

This commit is contained in:
Austin King 2014-02-10 23:13:59 -08:00
parent f26cdcf235
commit b1b481f3f3
7 changed files with 102 additions and 0 deletions

View file

@ -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;*/