Closed gabrielecirulli closed 10 months ago
Hi @gabrielecirulli, you are absolutely right! substr has been marked as legacy, so I am more than happy to implement your suggestion in version 4.0.3.
Thank you so much for taking the time to review it and, hopefully, for giving the package a try.
I haven't prepared a contribution readme yet, but I will do so soon. In the meantime, please feel welcome to share any ideas or collaborations that could improve this package and help it reach more people.
Regards, and again, thank you so much.
suggestion was implemented and published in version 4.0.3
Within the following line, I would suggest replacing the
Date
allocation with a call toDate.now()
and the use ofsubstr
(which is deprecated) with the equivalentsubstring
https://github.com/johnny-quesada-developer/easy-web-worker/blob/6c9b2317c18652c38bcfbf4a8f2d6489b80b677b/src/EasyWebWorkerFixtures.ts#L2