[−][src]Function js_sys::global
pub fn global() -> Object
Returns a handle to the global scope object.
This allows access to the global properties and global names by accessing
the Object
returned.
pub fn global() -> Object
Returns a handle to the global scope object.
This allows access to the global properties and global names by accessing
the Object
returned.