mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
a080acc1b4
This commit moves logic of dispatching lifecycle events ( "load", "beforeunload", "unload") to be triggered from Rust. Before that we were executing scripts from Rust, but now we are storing references to functions from "99_main.js" and calling them directly. Prerequisite for https://github.com/denoland/deno/issues/23342 |
||
---|---|---|
.. | ||
mitata.rs | ||
mod.rs | ||
reporters.rs |