Objects
This section describes the objects associated with a variety of supported Document Object Model (DOM) APIs .
In this section
| Topic | Description |
|---|---|
|
Represents a user interface component, such as the menu bar or status bar. | |
|
Contains information about the browser. | |
|
Provides access to predefined clipboard formats for use in editing operations. | |
|
Represents the HTML document in a specific window. | |
|
Retrieves a collection of DocumentCompatibleInfo objects. | |
|
Provides properties that describe the document type of a document object. | |
|
Describes errors that occur during DOM operations. | |
|
Describes errors thrown by DOM operations. | |
|
The same as DOMTokenList, except that it allows the underlying string to be directly changed. | |
|
Provides the abstraction of an ordered collection of DOMString values. | |
|
Represents an underlying string that consists of a set of space-separated tokens. | |
|
Allows access to an additional object model provided by host applications of the Windows Internet Explorer browser components. | |
|
Contains information about the URLs visited by the client. | |
|
Provides access to the color dialog box, block formats, and system fonts collections. | |
|
Provides information about the compatibility mode specified by the document. If the document specifies multiple compatibility modes, they can be retrieved using documentCompatibleInfoCollection. | |
|
Contains information about the modules supported by the object. | |
|
Represents IME functionality for a single element. | |
|
Contains information about the current URL. | |
|
An object providing information on a MIME type supported by Internet Explorer | |
|
Represents a collection of MimeType objects. | |
|
Provides helper functions that enable you to create such things as Blob and MSStream objects. | |
|
Represents an asynchronous operation within a Windows app using JavaScript. | |
|
Defines an instance of a window (app view) and the information that describes it. | |
|
Defines a function to be invoked MSLaunchUri as a result of attempting to launch a protocol on a system. | |
|
Monitors and records changes to the DOM for specified nodes and invokes a callback function for reacting to those changes. | |
|
Represents a single mutation that occurred on the element(s) being observed. | |
|
Contains information about the client. | |
|
Describes an add-on available to the browser. | |
|
An array of registered plugin objects. | |
|
Represents a processing instruction for an XML parser. | |
|
A collection of objects returned by the querySelectorAll method. | |
|
Represents a string of text as a node in the document hierarchy. | |
|
Obsolete. Provides methods that allow a script to request read access to and perform read actions on a user's profile information. | |
|
Represents an open window. |