You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we utilize the packageJson.browser field to separate browser and NodeJS nuances especially around the transport layer and things like unavailable Blob in NodeJS etc. Now with Node 18 shipping with default turned on implementation of fetch, the distinction is narrowing down.
We could therefore drop the browser field more or less and have just one logic for the data preprocessing with some conditional imports to setup the correct components.
The text was updated successfully, but these errors were encountered:
Currently, we utilize the
packageJson.browser
field to separate browser and NodeJS nuances especially around the transport layer and things like unavailable Blob in NodeJS etc. Now with Node 18 shipping with default turned on implementation of fetch, the distinction is narrowing down.We could therefore drop the
browser
field more or less and have just one logic for the data preprocessing with some conditional imports to setup the correct components.The text was updated successfully, but these errors were encountered: