Yes

In IE9
react-app-polyfills/ie9 does not support "FormData"
No
(Write your answer here.)
(Write your answer here if relevant.)
Windows10 + IE9
(paste the output of the command here)
(Write your steps here:)
(Write what you thought would happen.)
(Write what happened. Please add screenshots!)
(Paste the link to an example project and exact instructions to reproduce the issue.)
That's expected behavior. FormData isn't available to IE10, and the IE9 polyfill you're referring to only adds minimal support for the APIs needed for Create React App.
Please see https://github.com/facebook/create-react-app/blob/master/packages/react-app-polyfill/README.md
Maybe we can update the readme that if you need more features, like this, you must include them manually.
OK
Thanks.
Most helpful comment
Maybe we can update the readme that if you need more features, like this, you must include them manually.