throw_str

Function throw_str 

Source
pub fn throw_str(s: &str) -> !
Expand description

Throw a JS exception with the given message.

ยงPanics

This function always panics when running outside of WASM.