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
Hey! 👋 The first pre-release of Miniflare 2 has just been released, including File in the global scope. You can find the full changelog here and install it with npm i miniflare@next -D. Please let me know if you have any other issues, and feel free to ask questions in the #miniflare channel of the Cloudflare Workers Discord server.
When attempting to use a built-in class (File), I am presented with this error:
Example:
if (value instanceof File) {}
Reference: https://developer.mozilla.org/en-US/docs/Web/API/File
Possible discussions regarding File: #48
The text was updated successfully, but these errors were encountered: