You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that LLRT implements events, but not EventTarget. Unsure whether it feels out-of-scope for a server runtime, but I've always thought it's a nice API.
I'm working on a standalone library for adding the Node.js core implementation of EventTarget to any JS engine, if it'd be of any interest. It is, however, written in JS rather than Rust.
The text was updated successfully, but these errors were encountered:
It appears that LLRT implements
events
, but notEventTarget
. Unsure whether it feels out-of-scope for a server runtime, but I've always thought it's a nice API.I'm working on a standalone library for adding the Node.js core implementation of EventTarget to any JS engine, if it'd be of any interest. It is, however, written in JS rather than Rust.
The text was updated successfully, but these errors were encountered: