Complete rewrite for asynchronous event listeners
Changing the CPU heavy loops to trigger elements of an event to async listeners for resize and scroll, using a mutation observer to trigger events for me
Loading
Please sign in to comment
Changing the CPU heavy loops to trigger elements of an event to async listeners for resize and scroll, using a mutation observer to trigger events for me