denoland / rusty_v8

Rust bindings for the V8 JavaScript engine
https://crates.io/crates/v8
MIT License
3.09k stars 300 forks source link

Add `Isolate::add_message_listener_with_error_level` #1424

Closed littledivy closed 4 months ago

littledivy commented 4 months ago

Fixes #1422

bartlomieju commented 4 months ago

Can you add a test to test_api.rs?