robatwilliams / es-compat

*** DEPRECATED*** Check JavaScript code compatibility with target runtime environments
MIT License
66 stars 13 forks source link

Missing some polyfill options #82

Closed lukeapage closed 11 months ago

lukeapage commented 11 months ago

BigInt, SharedArrayBuffer can come up as errors but no option exists to polyfill them

robatwilliams commented 11 months ago

BigInt was discussed in #70

I expect SharedArrayBuffer is the same in that it cannot be polyfilled in the browser.

Would #72 solve your issue?

lukeapage commented 11 months ago

Thanks for the quick reply, I will follow the other issue.