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
Lots of these have been implemented in version 2. 🙂
I was planning on making Node 16 required for the next major version which should be released around the same time it becomes the Active LTS. Was considering making a @miniflare/compat package that hooked into the require of built-ins to replace them with these polyfill dependencies, but I'm not sure the extra maintainence work is worth it, especially as this is primarily a development tool, so the Node version people use should be more flexible.
Hey! 👋 The first pre-release of Miniflare 2 has just been released, which replaces all these polyfill dependencies with the equivalent Node.js native APIs. The full changelog is here and it can be installed with npm i miniflare@next -D.
Just opening this as a way of tracking which polyfill dependencies can soon be replaced with official node.js apis...
FormData
in Node.js coreThe text was updated successfully, but these errors were encountered: