On Tue Feb 28 16:50:58 2023 +0000, Jacek Caban wrote:
Why do you need this, isn't `list_add_tail` enough?
Unfortunately no, async XHR events are always dispatched first, before e.g. message events (and it's tested).
I could use another list, of course, but then I'd have to iterate that list as well in `hidden_proc`, which basically just moves the complexity somewhere else. I think it's similar in complexity, but if you prefer it I can do it that way?