Static variables
Static methods
Display an alert message box containing the given message. See also Window.alert()
.
staticcreateXMLHttpRequest ():XMLHttpRequest
Creates an XMLHttpRequest, with a fallback to ActiveXObject for ancient versions of Internet Explorer.
staticgetLocalStorage ():Storage
Safely gets the browser's local storage, or returns null if localStorage is unsupported or disabled.
staticgetSessionStorage ():Storage
Safely gets the browser's session storage, or returns null if sessionStorage is unsupported or disabled.