UI event processing by browser

173 views Asked by At

In HTML5 specs it talks about event loop which is responsible for processing events from the task queues. I was wondering which thread can enqueue events? Lets say if there is a UI event will there be a separate thread that will enqueue event and that event will be processed by the event loop? Can you give some reference from HTML5 specs to that question

0

There are 0 answers