Files
ladybird/Userland/Libraries/LibWeb/DOM/EventTarget.h
Andreas Kling 824be02cb0 LibWeb: Move onfoo attribute handling to EventTarget
This logic was kept in the GlobalEventHandlers mixing for sharing
between Document and HTMLElement, but there are other interfaces who
need to support `onfoo` attribute event listeners as well.
2021-09-19 01:43:27 +02:00

2.1 KiB