DOMWindow

Module:
window
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

addEventListener
alert
atob
blur
btoa
captureEvents
clearInterval
clearTimeout
close
confirm
dispatchEvent
find
focus
getComputedStyle
getMatchedCSSRules
getSelection
moveBy
moveTo
open
openDatabase
postMessage
print
prompt
releaseEvents
removeEventListener
resizeBy
resizeTo
scroll
scrollBy
scrollTo
setInterval
setTimeout
showModalDialog
stop
toString
webkitConvertPointFromNodeToPage
webkitConvertPointFromPageToNode

addEventListener


void addEventListener(
    in DOMString type, 
    in EventListener listener, 
    in boolean useCapture); 


alert


void alert(
    in DOMString message); 


atob


DOMString atob(
    in DOMString string) raises(DOMException); 


blur


void blur(); 


btoa


DOMString btoa(
    in DOMString string) raises(DOMException); 


captureEvents


void captureEvents(/*in long eventFlags
        */); 


clearInterval


void clearInterval(
    in long handle); 


clearTimeout


void clearTimeout(
    in long handle); 


close


void close(); 


confirm


boolean confirm(
    in DOMString message); 


dispatchEvent


boolean dispatchEvent(
    in Event evt) raises(EventException); 


find


boolean find(
    in DOMString string, 
    in boolean caseSensitive, 
    in boolean backwards, 
    in boolean wrap, 
    in boolean wholeWord, 
    in boolean searchInFrames, 
    in boolean showDialog); 


focus


void focus(); 


getComputedStyle


CSSStyleDeclaration getComputedStyle(
    in Element element, 
    in DOMString pseudoElement); 


getMatchedCSSRules


CSSRuleList getMatchedCSSRules(
    in Element element, 
    in DOMString pseudoElement, 
    in boolean authorOnly); 


getSelection


DOMSelection getSelection(); 


moveBy


void moveBy(
    in float x,
    in float y); 


moveTo


void moveTo(
    in float x,
    in float y); 


open


DOMWindow open(
    in DOMString url, 
    in DOMString name, 
    in DOMString options); 


openDatabase


Database openDatabase(
    in DOMString name,
    in DOMString version,
    in DOMString displayName,
    in unsigned long estimatedSize) raises(DOMException); 


postMessage


void postMessage(
    in DOMString message,
    in MessagePort messagePort,
    in DOMString targetOrigin) raises(DOMException); 


print


void print(); 


prompt


DOMString prompt(
    in DOMString message, 
    in DOMString defaultValue); 


releaseEvents


void releaseEvents(/*in long eventFlags
        */); 


removeEventListener


void removeEventListener(
    in DOMString type, 
    in EventListener listener, 
    in boolean useCapture); 


resizeBy


void resizeBy(
    in float x,
    in float y); 


resizeTo


void resizeTo(
    in float width,
    in float height); 


scroll


void scroll(
    in long x,
    in long y); 


scrollBy


void scrollBy(
    in long x,
    in long y); 


scrollTo


void scrollTo(
    in long x,
    in long y); 


setInterval


long setInterval(
    in TimeoutHandler handler,
    in long timeout); 


setTimeout


long setTimeout(
    in TimeoutHandler handler,
    in long timeout); 


showModalDialog


DOMObject showModalDialog(
    in DOMString url, 
    in DOMObject dialogArgs, 
    in DOMString featureArgs); 


stop


void stop(); 


toString


DOMString toString(); 


webkitConvertPointFromNodeToPage


WebKitPoint webkitConvertPointFromNodeToPage(
    in Node node,
    in WebKitPoint p); 


webkitConvertPointFromPageToNode


WebKitPoint webkitConvertPointFromPageToNode(
    in Node node,
    in WebKitPoint p); 

Member Data

applicationCache
Attr
Audio
CanvasRenderingContext2D
CDATASection
CharacterData
clientInformation
ClientRect
ClientRectList
Clipboard
closed
Comment
console
Counter
crypto
CSSCharsetRule
CSSFontFaceRule
CSSImportRule
CSSMediaRule
CSSPageRule
CSSPrimitiveValue
CSSRule
CSSRuleList
CSSStyleDeclaration
CSSStyleRule
CSSStyleSheet
CSSValue
CSSValueList
CSSVariablesDeclaration
CSSVariablesRule
defaultStatus
defaultstatus
devicePixelRatio
document
Document
DocumentFragment
DocumentType
DOMException
DOMImplementation
DOMParser
DOMStringList
Element
Entity
EntityReference
event
Event
EventException
File
FileList
frameElement
frames
history
HTMLAnchorElement
HTMLAppletElement
HTMLAreaElement
HTMLAudioElement
HTMLBaseElement
HTMLBaseFontElement
HTMLBlockquoteElement
HTMLBodyElement
HTMLBRElement
HTMLButtonElement
HTMLCanvasElement
HTMLCollection
HTMLDirectoryElement
HTMLDivElement
HTMLDListElement
HTMLDocument
HTMLElement
HTMLEmbedElement
HTMLFieldSetElement
HTMLFontElement
HTMLFormElement
HTMLFrameElement
HTMLFrameSetElement
HTMLHeadElement
HTMLHeadingElement
HTMLHRElement
HTMLHtmlElement
HTMLIFrameElement
HTMLImageElement
HTMLInputElement
HTMLIsIndexElement
HTMLLabelElement
HTMLLegendElement
HTMLLIElement
HTMLLinkElement
HTMLMapElement
HTMLMarqueeElement
HTMLMediaElement
HTMLMenuElement
HTMLMetaElement
HTMLModElement
HTMLObjectElement
HTMLOListElement
HTMLOptGroupElement
HTMLOptionElement
HTMLParagraphElement
HTMLParamElement
HTMLPreElement
HTMLQuoteElement
HTMLScriptElement
HTMLSelectElement
HTMLStyleElement
HTMLTableCaptionElement
HTMLTableCellElement
HTMLTableColElement
HTMLTableElement
HTMLTableRowElement
HTMLTableSectionElement
HTMLTextAreaElement
HTMLTitleElement
HTMLUListElement
HTMLVideoElement
Image
innerHeight
innerWidth
KeyboardEvent
length
localStorage
location
locationbar
MediaError
MediaList
menubar
MessageChannel
MessageEvent
MessagePort
MimeType
MimeTypeArray
MouseEvent
MutationEvent
name
NamedNodeMap
navigator
Node
NodeFilter
NodeList
Notation
offscreenBuffering
onabort
onbeforeunload
onblur
onchange
onclick
ondblclick
onerror
onfocus
onkeydown
onkeypress
onkeyup
onload
onmousedown
onmousemove
onmouseout
onmouseover
onmouseup
onmousewheel
onreset
onresize
onscroll
onsearch
onselect
onsubmit
onunload
onwebkitanimationend
onwebkitanimationiteration
onwebkitanimationstart
onwebkittransitionend
opener
Option
outerHeight
outerWidth
OverflowEvent
pageXOffset
pageYOffset
parent
personalbar
Plugin
PluginArray
ProcessingInstruction
ProgressEvent
Range
RangeException
Rect
screen
screenLeft
screenTop
screenX
screenY
scrollbars
scrollX
scrollY
self
sessionStorage
status
statusbar
Storage
StorageEvent
StyleSheet
StyleSheetList
SVGAngle
SVGColor
SVGComponentTransferFunctionElement
SVGException
SVGFEBlendElement
SVGFEColorMatrixElement
SVGFECompositeElement
SVGFEDisplacementMapElement
SVGFETurbulenceElement
SVGGradientElement
SVGLength
SVGMarkerElement
SVGPaint
SVGPathSeg
SVGPreserveAspectRatio
SVGRenderingIntent
SVGTextContentElement
SVGTextPathElement
SVGTransform
SVGUnitTypes
Text
TextEvent
TextMetrics
toolbar
top
UIEvent
WebKitAnimationEvent
WebKitCSSKeyframeRule
WebKitCSSKeyframesRule
WebKitCSSMatrix
WebKitCSSTransformValue
WebKitPoint
WebKitTransitionEvent
WheelEvent
window
Worker
XMLDocument
XMLHttpRequest
XMLHttpRequestException
XMLHttpRequestUpload
XMLSerializer
XPathEvaluator
XPathException
XPathResult
XSLTProcessor

applicationCache


readonly attribute DOMApplicationCache applicationCache; 


Attr


attribute AttrConstructor Attr; 


Audio


attribute HTMLAudioElementConstructor Audio; 


CanvasRenderingContext2D


attribute CanvasRenderingContext2DConstructor CanvasRenderingContext2D; 


CDATASection


attribute CDATASectionConstructor CDATASection; 


CharacterData


attribute CharacterDataConstructor CharacterData; 


clientInformation


attribute Navigator clientInformation; 


ClientRect


attribute ClientRectConstructor ClientRect; 


ClientRectList


attribute ClientRectListConstructor ClientRectList; 


Clipboard


attribute ClipboardConstructor Clipboard; 


closed


readonly attribute boolean closed; 


Comment


attribute CommentConstructor Comment; 


console


attribute Console console; 


Counter


attribute CounterConstructor Counter; 


crypto


readonly attribute Crypto crypto; 


CSSCharsetRule


attribute CSSCharsetRuleConstructor CSSCharsetRule; 


CSSFontFaceRule


attribute CSSFontFaceRuleConstructor CSSFontFaceRule; 


CSSImportRule


attribute CSSImportRuleConstructor CSSImportRule; 


CSSMediaRule


attribute CSSMediaRuleConstructor CSSMediaRule; 


CSSPageRule


attribute CSSPageRuleConstructor CSSPageRule; 


CSSPrimitiveValue


attribute CSSPrimitiveValueConstructor CSSPrimitiveValue; 


CSSRule


attribute CSSRuleConstructor CSSRule; 


CSSRuleList


attribute CSSRuleListConstructor CSSRuleList; 


CSSStyleDeclaration


attribute CSSStyleDeclarationConstructor CSSStyleDeclaration; 


CSSStyleRule


attribute CSSStyleRuleConstructor CSSStyleRule; 


CSSStyleSheet


attribute CSSStyleSheetConstructor CSSStyleSheet; 


CSSValue


attribute CSSValueConstructor CSSValue; 


CSSValueList


attribute CSSValueListConstructor CSSValueList; 


CSSVariablesDeclaration


attribute CSSVariablesDeclarationConstructor CSSVariablesDeclaration; 


CSSVariablesRule


attribute CSSVariablesRuleConstructor CSSVariablesRule; 


defaultStatus


attribute DOMString defaultStatus; 


defaultstatus


attribute DOMString defaultstatus; 


devicePixelRatio


attribute double devicePixelRatio; 


document


readonly attribute Document document; 


Document


attribute DocumentConstructor Document; 


DocumentFragment


attribute DocumentFragmentConstructor DocumentFragment; 


DocumentType


attribute DocumentTypeConstructor DocumentType; 


DOMException


attribute DOMCoreExceptionConstructor DOMException; 


DOMImplementation


attribute DOMImplementationConstructor DOMImplementation; 


DOMParser


attribute DOMParserConstructor DOMParser; 


DOMStringList


attribute DOMStringListConstructor DOMStringList; 


Element


attribute ElementConstructor Element; 


Entity


attribute EntityConstructor Entity; 


EntityReference


attribute EntityReferenceConstructor EntityReference; 


event


attribute Event event; 


Event


attribute EventConstructor Event; 


EventException


attribute EventExceptionConstructor EventException; 


File


attribute FileConstructor File; 


FileList


attribute FileListConstructor FileList; 


frameElement


readonly attribute Element frameElement; 


frames


attribute DOMWindow frames; 


history


readonly attribute History history; 


HTMLAnchorElement


attribute HTMLAnchorElementConstructor HTMLAnchorElement; 


HTMLAppletElement


attribute HTMLAppletElementConstructor HTMLAppletElement; 


HTMLAreaElement


attribute HTMLAreaElementConstructor HTMLAreaElement; 


HTMLAudioElement


attribute HTMLAudioElementConstructor HTMLAudioElement; 


HTMLBaseElement


attribute HTMLBaseElementConstructor HTMLBaseElement; 


HTMLBaseFontElement


attribute HTMLBaseFontElementConstructor HTMLBaseFontElement; 


HTMLBlockquoteElement


attribute HTMLBlockquoteElementConstructor HTMLBlockquoteElement; 


HTMLBodyElement


attribute HTMLBodyElementConstructor HTMLBodyElement; 


HTMLBRElement


attribute HTMLBRElementConstructor HTMLBRElement; 


HTMLButtonElement


attribute HTMLButtonElementConstructor HTMLButtonElement; 


HTMLCanvasElement


attribute HTMLCanvasElementConstructor HTMLCanvasElement; 


HTMLCollection


attribute HTMLCollectionConstructor HTMLCollection; 


HTMLDirectoryElement


attribute HTMLDirectoryElementConstructor HTMLDirectoryElement; 


HTMLDivElement


attribute HTMLDivElementConstructor HTMLDivElement; 


HTMLDListElement


attribute HTMLDListElementConstructor HTMLDListElement; 


HTMLDocument


attribute HTMLDocumentConstructor HTMLDocument; 


HTMLElement


attribute HTMLElementConstructor HTMLElement; 


HTMLEmbedElement


attribute HTMLEmbedElementConstructor HTMLEmbedElement; 


HTMLFieldSetElement


attribute HTMLFieldSetElementConstructor HTMLFieldSetElement; 


HTMLFontElement


attribute HTMLFontElementConstructor HTMLFontElement; 


HTMLFormElement


attribute HTMLFormElementConstructor HTMLFormElement; 


HTMLFrameElement


attribute HTMLFrameElementConstructor HTMLFrameElement; 


HTMLFrameSetElement


attribute HTMLFrameSetElementConstructor HTMLFrameSetElement; 


HTMLHeadElement


attribute HTMLHeadElementConstructor HTMLHeadElement; 


HTMLHeadingElement


attribute HTMLHeadingElementConstructor HTMLHeadingElement; 


HTMLHRElement


attribute HTMLHRElementConstructor HTMLHRElement; 


HTMLHtmlElement


attribute HTMLHtmlElementConstructor HTMLHtmlElement; 


HTMLIFrameElement


attribute HTMLIFrameElementConstructor HTMLIFrameElement; 


HTMLImageElement


attribute HTMLImageElementConstructor HTMLImageElement; 


HTMLInputElement


attribute HTMLInputElementConstructor HTMLInputElement; 


HTMLIsIndexElement


attribute HTMLIsIndexElementConstructor HTMLIsIndexElement; 


HTMLLabelElement


attribute HTMLLabelElementConstructor HTMLLabelElement; 


HTMLLegendElement


attribute HTMLLegendElementConstructor HTMLLegendElement; 


HTMLLIElement


attribute HTMLLIElementConstructor HTMLLIElement; 


HTMLLinkElement


attribute HTMLLinkElementConstructor HTMLLinkElement; 


HTMLMapElement


attribute HTMLMapElementConstructor HTMLMapElement; 


HTMLMarqueeElement


attribute HTMLMarqueeElementConstructor HTMLMarqueeElement; 


HTMLMediaElement


attribute HTMLMediaElementConstructor HTMLMediaElement; 


HTMLMenuElement


attribute HTMLMenuElementConstructor HTMLMenuElement; 


HTMLMetaElement


attribute HTMLMetaElementConstructor HTMLMetaElement; 


HTMLModElement


attribute HTMLModElementConstructor HTMLModElement; 


HTMLObjectElement


attribute HTMLObjectElementConstructor HTMLObjectElement; 


HTMLOListElement


attribute HTMLOListElementConstructor HTMLOListElement; 


HTMLOptGroupElement


attribute HTMLOptGroupElementConstructor HTMLOptGroupElement; 


HTMLOptionElement


attribute HTMLOptionElementConstructor HTMLOptionElement; 


HTMLParagraphElement


attribute HTMLParagraphElementConstructor HTMLParagraphElement; 


HTMLParamElement


attribute HTMLParamElementConstructor HTMLParamElement; 


HTMLPreElement


attribute HTMLPreElementConstructor HTMLPreElement; 


HTMLQuoteElement


attribute HTMLQuoteElementConstructor HTMLQuoteElement; 


HTMLScriptElement


attribute HTMLScriptElementConstructor HTMLScriptElement; 


HTMLSelectElement


attribute HTMLSelectElementConstructor HTMLSelectElement; 


HTMLStyleElement


attribute HTMLStyleElementConstructor HTMLStyleElement; 


HTMLTableCaptionElement


attribute HTMLTableCaptionElementConstructor HTMLTableCaptionElement; 


HTMLTableCellElement


attribute HTMLTableCellElementConstructor HTMLTableCellElement; 


HTMLTableColElement


attribute HTMLTableColElementConstructor HTMLTableColElement; 


HTMLTableElement


attribute HTMLTableElementConstructor HTMLTableElement; 


HTMLTableRowElement


attribute HTMLTableRowElementConstructor HTMLTableRowElement; 


HTMLTableSectionElement


attribute HTMLTableSectionElementConstructor HTMLTableSectionElement; 


HTMLTextAreaElement


attribute HTMLTextAreaElementConstructor HTMLTextAreaElement; 


HTMLTitleElement


attribute HTMLTitleElementConstructor HTMLTitleElement; 


HTMLUListElement


attribute HTMLUListElementConstructor HTMLUListElement; 


HTMLVideoElement


attribute HTMLVideoElementConstructor HTMLVideoElement; 


Image


attribute HTMLImageElementConstructor Image; 


innerHeight


attribute long innerHeight; 


innerWidth


attribute long innerWidth; 


KeyboardEvent


attribute KeyboardEventConstructor KeyboardEvent; 


length


attribute unsigned long length; 


localStorage


readonly attribute Storage localStorage; 


location


attribute Location location; 


locationbar


attribute BarInfo locationbar; 


MediaError


attribute MediaErrorConstructor MediaError; 


MediaList


attribute MediaListConstructor MediaList; 


menubar


attribute BarInfo menubar; 


MessageChannel


attribute MessageChannelConstructor MessageChannel; 


MessageEvent


attribute MessageEventConstructor MessageEvent; 


MessagePort


attribute MessagePortConstructor MessagePort; 


MimeType


attribute MimeTypeConstructor MimeType; 


MimeTypeArray


attribute MimeTypeArrayConstructor MimeTypeArray; 


MouseEvent


attribute MouseEventConstructor MouseEvent; 


MutationEvent


attribute MutationEventConstructor MutationEvent; 


name


attribute DOMString name; 


NamedNodeMap


attribute NamedNodeMapConstructor NamedNodeMap; 


navigator


attribute Navigator navigator; 


Node


attribute NodeConstructor Node; 


NodeFilter


attribute NodeFilterConstructor NodeFilter; 


NodeList


attribute NodeListConstructor NodeList; 


Notation


attribute NotationConstructor Notation; 


offscreenBuffering


attribute boolean offscreenBuffering; 


onabort


attribute EventListener onabort; 


onbeforeunload


attribute EventListener onbeforeunload; 


onblur


attribute EventListener onblur; 


onchange


attribute EventListener onchange; 


onclick


attribute EventListener onclick; 


ondblclick


attribute EventListener ondblclick; 


onerror


attribute EventListener onerror; 


onfocus


attribute EventListener onfocus; 


onkeydown


attribute EventListener onkeydown; 


onkeypress


attribute EventListener onkeypress; 


onkeyup


attribute EventListener onkeyup; 


onload


attribute EventListener onload; 


onmousedown


attribute EventListener onmousedown; 


onmousemove


attribute EventListener onmousemove; 


onmouseout


attribute EventListener onmouseout; 


onmouseover


attribute EventListener onmouseover; 


onmouseup


attribute EventListener onmouseup; 


onmousewheel


attribute EventListener onmousewheel; 


onreset


attribute EventListener onreset; 


onresize


attribute EventListener onresize; 


onscroll


attribute EventListener onscroll; 


onsearch


attribute EventListener onsearch; 


onselect


attribute EventListener onselect; 


onsubmit


attribute EventListener onsubmit; 


onunload


attribute EventListener onunload; 


onwebkitanimationend


attribute EventListener onwebkitanimationend; 


onwebkitanimationiteration


attribute EventListener onwebkitanimationiteration; 


onwebkitanimationstart


attribute EventListener onwebkitanimationstart; 


onwebkittransitionend


attribute EventListener onwebkittransitionend; 


opener


attribute DOMWindow opener; 


Option


attribute HTMLOptionElementConstructor Option; 


outerHeight


attribute long outerHeight; 


outerWidth


attribute long outerWidth; 


OverflowEvent


attribute OverflowEventConstructor OverflowEvent; 


pageXOffset


readonly attribute long pageXOffset; 


pageYOffset


readonly attribute long pageYOffset; 


parent


attribute DOMWindow parent; 


personalbar


attribute BarInfo personalbar; 


Plugin


attribute PluginConstructor Plugin; 


PluginArray


attribute PluginArrayConstructor PluginArray; 


ProcessingInstruction


attribute ProcessingInstructionConstructor ProcessingInstruction; 


ProgressEvent


attribute ProgressEventConstructor ProgressEvent; 


Range


attribute RangeConstructor Range; 


RangeException


attribute RangeExceptionConstructor RangeException; 


Rect


attribute RectConstructor Rect; 


screen


readonly attribute Screen screen; 


screenLeft


attribute long screenLeft; 


screenTop


attribute long screenTop; 


screenX


attribute long screenX; 


screenY


attribute long screenY; 


scrollbars


attribute BarInfo scrollbars; 


scrollX


attribute long scrollX; 


scrollY


attribute long scrollY; 


self


attribute DOMWindow self; 


sessionStorage


readonly attribute Storage sessionStorage; 


status


attribute DOMString status; 


statusbar


attribute BarInfo statusbar; 


Storage


attribute StorageConstructor Storage; 


StorageEvent


attribute StorageEventConstructor StorageEvent; 


StyleSheet


attribute StyleSheetConstructor StyleSheet; 


StyleSheetList


attribute StyleSheetListConstructor StyleSheetList; 


SVGAngle


attribute SVGAngleConstructor SVGAngle; 


SVGColor


attribute SVGColorConstructor SVGColor; 


SVGComponentTransferFunctionElement


attribute SVGComponentTransferFunctionElementConstructor SVGComponentTransferFunctionElement; 


SVGException


attribute SVGExceptionConstructor SVGException; 


SVGFEBlendElement


attribute SVGFEBlendElementConstructor SVGFEBlendElement; 


SVGFEColorMatrixElement


attribute SVGFEColorMatrixElementConstructor SVGFEColorMatrixElement; 


SVGFECompositeElement


attribute SVGFECompositeElementConstructor SVGFECompositeElement; 


SVGFEDisplacementMapElement


attribute SVGFEDisplacementMapElementConstructor SVGFEDisplacementMapElement; 


SVGFETurbulenceElement


attribute SVGFETurbulenceElementConstructor SVGFETurbulenceElement; 


SVGGradientElement


attribute SVGGradientElementConstructor SVGGradientElement; 


SVGLength


attribute SVGLengthConstructor SVGLength; 


SVGMarkerElement


attribute SVGMarkerElementConstructor SVGMarkerElement; 


SVGPaint


attribute SVGPaintConstructor SVGPaint; 


SVGPathSeg


attribute SVGPathSegConstructor SVGPathSeg; 


SVGPreserveAspectRatio


attribute SVGPreserveAspectRatioConstructor SVGPreserveAspectRatio; 


SVGRenderingIntent


attribute SVGRenderingIntentConstructor SVGRenderingIntent; 


SVGTextContentElement


attribute SVGTextContentElementConstructor SVGTextContentElement; 


SVGTextPathElement


attribute SVGTextPathElementConstructor SVGTextPathElement; 


SVGTransform


attribute SVGTransformConstructor SVGTransform; 


SVGUnitTypes


attribute SVGUnitTypesConstructor SVGUnitTypes; 


Text


attribute TextConstructor Text; 


TextEvent


attribute TextEventConstructor TextEvent; 


TextMetrics


attribute TextMetricsConstructor TextMetrics; 


toolbar


attribute BarInfo toolbar; 


top


attribute DOMWindow top; 


UIEvent


attribute UIEventConstructor UIEvent; 


WebKitAnimationEvent


attribute WebKitAnimationEventConstructor WebKitAnimationEvent; 


WebKitCSSKeyframeRule


attribute WebKitCSSKeyframeRuleConstructor WebKitCSSKeyframeRule; 


WebKitCSSKeyframesRule


attribute WebKitCSSKeyframesRuleConstructor WebKitCSSKeyframesRule; 


WebKitCSSMatrix


attribute WebKitCSSMatrixConstructor WebKitCSSMatrix; 


WebKitCSSTransformValue


attribute WebKitCSSTransformValueConstructor WebKitCSSTransformValue; 


WebKitPoint


attribute WebKitPointConstructor WebKitPoint; 


WebKitTransitionEvent


attribute WebKitTransitionEventConstructor WebKitTransitionEvent; 


WheelEvent


attribute WheelEventConstructor WheelEvent; 


window


readonly attribute DOMWindow window; 


Worker


attribute WorkerConstructor Worker; 


XMLDocument


attribute DocumentConstructor XMLDocument; 


XMLHttpRequest


attribute XMLHttpRequestConstructor XMLHttpRequest; 


XMLHttpRequestException


attribute XMLHttpRequestExceptionConstructor XMLHttpRequestException; 


XMLHttpRequestUpload


attribute XMLHttpRequestUploadConstructor XMLHttpRequestUpload; 


XMLSerializer


attribute XMLSerializerConstructor XMLSerializer; 


XPathEvaluator


attribute XPathEvaluatorConstructor XPathEvaluator; 


XPathException


attribute XPathExceptionConstructor XPathException; 


XPathResult


attribute XPathResultConstructor XPathResult; 


XSLTProcessor


attribute XSLTProcessorConstructor XSLTProcessor; 

 

Last Updated: 2009-05-29