DEV Community

Discussion on: js-coroutines gives your code: data indexing and lookup functionality, in idle time

 
vldmrgnn profile image
Vlad

It totally make sense!
Updated the npm as I was way behind... odd that I had to uninstall and then install again. Otherwise it was still version 1.1.36.
I hope that will not break the code now :)
Thanks for everything!

Thread Thread
 
miketalbot profile image
Mike Talbot ⭐ • Edited

Right I added a breaking change a while ago, but it only affects a very small use case, so hopefully all ok. It was when I changed from using an external polyfill for requestIdleCallback to the new internal one.

Thread Thread
 
vldmrgnn profile image
Vlad

Updated an everything seems to work like a charm!
Still It seems that you forgot some "debugger" at keyBy in array-utilities.js.
(Should I have written on GitHub on that? if so sorry)

Thread Thread
 
miketalbot profile image
Mike Talbot ⭐

Ouch lol. Ooops. Fixing that.

Thread Thread
 
miketalbot profile image
Mike Talbot ⭐

2.3.63 - removed the debugger