Hey anyone have any luck parsing files with JSZip?...
# suitescript
t
Hey anyone have any luck parsing files with JSZip? I have partial success but fail on file load due to some promise issues. Really weird since there is 0 errors it just disconnects at line 58 on that await but is fine on line 56 for that await
b
you probably needed to polyfill setImmediate better
your setImmediate looks like it does nothing, so anything that uses it will do nothing
t
Nah I did a polyfill for it to fix that error and it was failing on an async call
@battk Ended up just using an older version without any async calls and that worked
r
For future reference can I have the version you used?
t
@rustyshackles I have a blog / whitepaper ready to publish on this for future devs but its delayed due to competing priorities. For now I can throw this your way