See: Description
| Interface | Description |
|---|---|
| Frame |
A frame in the browser.
|
| LoadDataParams |
The parameters of the load data request.
|
| LoadHtmlParams |
The parameters of the load HTML request.
|
| WebStorage |
An HTML WebStorage.
|
| Class | Description |
|---|---|
| EditorCommand |
Provides the supported commands that can be executed in a
Frame. |
| LoadDataParams.Builder |
A builder of
LoadDataParams. |
| LoadHtmlParams.Builder |
A builder of
LoadHtmlParams. |
| 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. |