Function workflow_wasm::panic::show_panic_hook_logs

source ·
pub fn show_panic_hook_logs()
Expand description

Present panic logs to the user in the browser.

This function should be called after a panic has occurred and the browser-based panic hook has been activated. It will present the collected panic logs in a full-screen DIV in the browser. @see {@link initBrowserPanicHook} @category General