We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First, I wanted to say I'm very excited about Miniflare. Thanks for making this!
It looks like the FormData class is not available in Miniflare yet. My use case is just to make a POST request to an external endpoint like so:
let formData = new FormData () formData.append ('field', someValue) const response = await fetch ('https://example.com/post/here', { method: 'POST', body: formData })
This has been tested and works with the current Cloudflare Workers. Thanks!
The text was updated successfully, but these errors were encountered:
6dbb9c2
Hello! 👋 Thanks for raising this. It will be fixed in the next release. 👍
Sorry, something went wrong.
Awesome!
Fixed in version 1.2.0! 🎉
1.2.0
No branches or pull requests
First, I wanted to say I'm very excited about Miniflare. Thanks for making this!
It looks like the FormData class is not available in Miniflare yet. My use case is just to make a POST request to an external endpoint like so:
This has been tested and works with the current Cloudflare Workers. Thanks!
The text was updated successfully, but these errors were encountered: