WindowHTML
Cast from Window
interface WindowHTML {
// defined in this section
readonly attribute History history;
readonly attribute ClientInformation navigator;
readonly attribute UndoManager undoManager;
Selection getSelection();
readonly attribute Storage sessionStorage;
readonly attribute StorageList globalStorage;
// defined in other sections
attribute Object onerror;
// more...
};
plus we have several JavaScript constructors:
Audio()
Image()
Image(in unsigned long width)
Image(in unsigned long width, in unsigned long height)
Option()
Option(in DOMString name)
Option(in DOMString name, in DOMString value)