mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
a8c6ab4d67
`utilIdleWorker` was only used one place. It just processes a list in an idle callback. I'm working towards removing the util functions for handling idle work. We can still do `requestIdleCallback` work throughout the code, however each place we use it needs to have a strategy for cancellation, which the existing util functions don't allow for.