swapnonil-b
swapnonil-b
> [Touch backend](https://react-dnd.github.io/react-dnd/docs/backends/touch) has `delay` property in options What about HTML5 backend? I don't see anything in the docs about that. Is it possible?
@robertsLando Perhaps we could use worker-timers https://www.npmjs.com/package/worker-timers when `IS_BROWSER` is true. Timers from this package are meant to be run in webworkers and thus be immune to the throttling from...
Also in terms of @carloscolombo 's solution, we can also use the worker-timers setInterval to handle things. Keeping most of the steps the same, but instead of spawning the web...
Having the same problem here. What is the expected way to work with the network quality API here?