Files
ladybird/Userland/Libraries/LibWeb/DOM/EventTarget.cpp
Andreas Kling 5ac82efbe1 LibWeb: Mark event listeners generated by event handler attributes
We have to mark the EventListener objects so that we can tell them apart
from listeners added via the addEventListener() API.

This makes element.onfoo getters actually return the handler function.
2021-09-26 02:53:57 +02:00

6.0 KiB