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
public final class EditorCommand
public final class EditorCommand
Provides the supported commands that can be executed in a Frame.
Link copied to clipboard
public interface Frame
public interface Frame
A frame in the browser.
Link copied to clipboard
public interface RenderProcess
public interface RenderProcess
Contains information about current render process associated with the Frame instance.
Link copied to clipboard
public interface WebStorage
public 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.