Files
browser/src/runtime
Karl Seguin cff8857a36 AddEventListener object listener
Instead of taking a callback function, addEventListener can take an object
that exposes a `handleEvent` function. When used this way, `this` is
automatically bound. I don't think the current behavior is correct when
`handleEvent` is defined as a property (getter), but I couldn't figure out how
to make it work the way WPT expects, and it hopefully isn't a common usage
pattern.

Also added option support to removeEventListener.
2025-05-27 20:59:14 +08:00
..
2025-04-15 15:18:04 +08:00
2025-05-27 20:59:14 +08:00
2025-05-14 11:27:39 +08:00