devela::_dep::web_sys::js_sys

Function global

Source
pub fn global() -> Object
Available on crate feature dep_web_sys only.
Expand description

Returns a handle to the global scope object.

This allows access to the global properties and global names by accessing the Object returned.