Open krichprollsch opened 10 months ago
We could register listeners to document
with a *
type to receive document's events.
Then we will able to dispatch these events to widow's listeners.
Maybe we will have to implement the *
type into libdom to do so.
According with the MDN documentation, the DOM tree events must bubble untli the window object.
Examples using FF:
But our usage of libdom node dispatch will not take account the pure zig window object.