@ParametersAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| Frame |
A frame in the browser.
|
| RenderProcess |
Contains information about current render process associated with the
Frame instance. |
| WebStorage |
An HTML WebStorage.
|
| Class | Description |
|---|---|
| EditorCommand |
Provides the supported commands that can be executed in a
Frame. |
| Enum | Description |
|---|---|
| EditorCommand.Name |
The list of command names.
|
| Exception | Description |
|---|---|
| WebStorageException |
Thrown by
WebStorage methods to indicate that the requested operation failed. |
| WebStorageOverflowException |
Thrown by the
WebStorage.putItem(String, String) method when the item size exceeds the
available space in the storage. |
| WebStorageSecurityException |
Thrown by
WebStorage methods if the access to the web storage is forbidden for the
current document. |