web-sys console
The console module provides access to the browser's debugging console.
Cargo.toml
[package]
name = "web_sys_console"
version = "0.1.0"
authors = ["www.webassemblyman.com"]
edition = "2019"
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2.50"
[dependencies.web-sys]
version = "0.3.4"
features = [
'Document',
'Element',
'HtmlElement',
'Node',
'Window',
'console',
]
Functions
- assert
- assert_with_condition_and_data
- assert_with_condition_and_data_0 - The console.assert() function
- assert_with_condition_and_data_1 - The console.assert() function
- assert_with_condition_and_data_2 - The console.assert() function
- assert_with_condition_and_data_3 - The console.assert() function
- assert_with_condition_and_data_4 - The console.assert() function
- assert_with_condition_and_data_5 - The console.assert() function
- assert_with_condition_and_data_6 - The console.assert() function
- assert_with_condition_and_data_7 - The console.assert() function
- log
- log0
- log1
- log2