Namespace Aspose.Html.Window

Namespace Aspose.Html.Window

Classes

Class NameDescription
LocationLocation objects provide a representation of the address of the active document of their Document’s browsing context, and allow the current entry of the browsing context’s session history to be changed, by adding or replacing entries in the history object.
MediaQueryListA MediaQueryList object stores information on a media query applied to a document, with support for both immediate and event-driven matching against the state of the document. See CSSOM View Module specification: https://www.w3.org/TR/cssom-view/#the-mediaquerylist-interface

Interfaces

Interface NameDescription
IWindowThe window object represents a window containing a DOM document.
IWindowEventHandlersRepresents interface that must be inherited by window object
IWindowTimersAllows authors to schedule timer-based callbacks.