js-sys 0.3.51

Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.
Documentation
# `js-sys`

[API documentation](https://rustwasm.github.io/wasm-bindgen/api/js_sys/)

Raw bindings to JS global APIs for projects using `wasm-bindgen`. This crate is
handwritten and intended to work in *all* JS environments like browsers and
Node.js.