On Wed Feb 8 01:17:17 2023 +0000, Jacek Caban wrote:
Back to my question, it's "none that we care", right? In that case, I'm not sure if event dispatcher is the right place to handle it. We already have some custom delaying code both for Message and Storage events, we could probably replace it by something like `post_event()` that would take care of both blocked delays. For XHR we need a separated mechanism anyway.
I think so, but I'm worried about other events dispatched to the window (in handle_htmlevent). Should I special case them? (with post_event)