[−][src]Module yew_stdweb::utils
This module contains useful utilities to get information about the current document.
Structs
| NodeSeq | A special type necessary for flattening components returned from nested html macros. |
Functions
| document | Returns the current document. |
| host | Returns the |
| origin | Returns the |
| window | Returns the current window. This function will panic if there is no available window. |