worker-dom
worker-dom copied to clipboard
Event subscription
Only one subscription for the specific event should be transferred to the main thread. Multiple subscriptions should be handled on worker tread. Fixed the issue with listeners "index" inconsistency on main thread side.