36 releases (15 breaking)
0.18.0 | Sep 7, 2024 |
---|---|
0.16.0 | Aug 19, 2024 |
0.15.0 | Jul 26, 2024 |
0.11.0 | Feb 25, 2024 |
0.3.12 | Mar 11, 2023 |
#357 in Web programming
2,331 downloads per month
Used in 59 crates
(2 directly)
11KB
127 lines
workflow-panic-hook
Features
This crate is based on console_error_panic_hook
but provides two configuration modes - console output and a full page output, where the panic will create a full-screen DIV
element in the browser window dumping the stack trace info in it. This is useful when debugging on devices without access to console output (such as mobile devices).
Dependencies
~7.5–10MB
~182K SLoC