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
Node v18 brought some cool features, which we much needed in our js ecosystem. APIs like fetch and functions like structuredClone are some of the cool features which is much needed in webcontainers. Removing fetch polyfill from my code removes 20kb of data (minified node fetch). I know there might be some restrictions atm, but some APIs like the above could be easily added to webcontainers?
The text was updated successfully, but these errors were encountered:
Node v18 brought some cool features, which we much needed in our js ecosystem. APIs like
fetch
and functions likestructuredClone
are some of the cool features which is much needed in webcontainers. Removing fetch polyfill from my code removes 20kb of data (minified node fetch). I know there might be some restrictions atm, but some APIs like the above could be easily added to webcontainers?The text was updated successfully, but these errors were encountered: