Module stdweb::web
[−]
[src]
A module with bindings to the Web APIs.
Modules
| error |
A module containing error types. |
| event |
A module containing JavaScript DOM events. |
| html_element |
A module containing HTML DOM elements. |
Structs
| Date | |
| Document |
The |
| Element |
A reference to a JavaScript object which implements the IElement interface. |
| EventTarget |
A reference to a JavaScript object which implements the IEventTarget interface. |
| HtmlElement |
A reference to a JavaScript object which implements the IHtmlElement interface. |
| Location |
The |
| Node |
A reference to a JavaScript object which implements the INode interface. |
| NodeList |
|
| Storage |
The |
| StringMap |
Used by the |
| TokenList |
The |
| Window |
The |
Enums
| CloneKind |
An enum which determines whenever the DOM Node's children will also be cloned or not. |
Traits
| IElement |
The |
| IEventTarget |
|
| IHtmlElement |
The |
| INode |
|
| IWindowOrWorker |
The |
Functions
| alert |
An alias for window.alert. |
| document |
A global instance of Document. |
| set_timeout |
An alias for window.set_timeout. |
| window |
A global instance of Window. |