Package-level declarations

This package provides the classes that allow you to work with frames in browser.

This package provides the classes that allow you to work with frames in browser.

Types

Link copied to clipboard
Provides the supported commands that can be executed in a Frame.
Link copied to clipboard
interface Frame
interface Frame
A frame in the browser.
Link copied to clipboard
interface RenderProcess
interface RenderProcess
Contains information about current render process associated with the Frame instance.
Link copied to clipboard
interface WebStorage
interface WebStorage
An HTML WebStorage.
Link copied to clipboard
Thrown by WebStorage methods to indicate that the requested operation failed.
Link copied to clipboard
Thrown by the putItem method when the item size exceeds the available space in the storage.
Link copied to clipboard
Thrown by WebStorage methods if the access to the web storage is forbidden for the current document.