[][src]Module yew::utils

This module contains useful utils to get information about the current document.

Structs

NodeSeq

Specialty type necessary for helping flattening components returned from nested html macros.

Functions

document

Returns current document.

host

Returns host for the current document. Useful to connect to a server that serves the app.

origin

Returns origin for the current window.

window

Returns current window.