FuelLabs / fuels-ts

Fuel Network Typescript SDK
https://docs.fuel.network/docs/fuels-ts/
Apache License 2.0
44.24k stars 1.34k forks source link

Reduce required polyfills #3007

Open danielbate opened 3 weeks ago

danielbate commented 3 weeks ago

We currently use polyfills in our browser testing environment. We should look to reduce the amount we need by instead writing node and browser compatible code. buffer is a good example (#765, #2984) of something we could introduce safely.

arboleya commented 3 weeks ago

Before we get to this, should we add a section about polyfills to the docs?