IBrowsingContext class

IBrowsingContext class

A browsing context is an environment in which Document objects are presented to the user.

The IBrowsingContext type exposes the following members:

Properties

PropertyDescription
securityGets the sandboxing flag.
parentGets the parent context, if any.
active_documentGets the current document.
windowGets the WindowProxy object.
networkGets the network services.
dom_implementationGets the DOM implementation.

See Also