Man(ual) page for WebAssembly
The Document Struct represents a web page (DOM tree) loaded in the browser. It provides the common properties and methods for a web page document.
Cargo.toml
[dependencies.web-sys] version = "0.3.4" features = [ 'Document', ]