Extended initialization function.
Mounts a global div as a child of the HTML element with the defined ID.
The specified dimensions restrict the area in which divs are visible.
Extended initialization function.
Mounts a global div as a child of the element provided.
The specified dimensions restrict the area in which divs are visible.
Experimental: This API is experimental and my not be included in later versions
Attempts to load a JS module by its source path and loads the classes exported by it, as named by the classes parameter.
Usage is equivalent to load_js_class.
Experimental: This API is experimental and my not be included in later versions
Asynchronously loads a JS module by appending a script tag to the head with th e provided string as content.
Poll the future until it resolves to know when the script has been loaded for sure.
In contrast to the more conventional Future design, the JS module will be loaded even if the Future is not polled.
The Future only checks if it has already finished.