Closed Havunen closed 10 months ago
var div = document.querySelector("div"); div.click();
the dispatched event does not bubble to document. This is problem for me because most of the event listeners are hoisted
var div = document.querySelector("div"); div.click();
the dispatched event does not bubble to document. This is problem for me because most of the event listeners are hoisted