.field() breaks in IE9
See original GitHub issueThis is a duplicate of #775, but since it has been closed without further discussion I’m opening a new issue.
When using the .field()
method in IE9 (bundled with Webpack), an Object doesn't support this action
error is thrown. This seems related to the FormData interface, which is not supported by IE9, even though SuperAgent uses a third-party implementation.
Form-Data v1.0.0-rc2 added a shim for browser, but it still just returns the native FormData, which IE9 does not have. Is a polyfill required?
Issue Analytics
- State:
- Created 8 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Carriage Returns replacement in IE9 - Stack Overflow
So I'm guessing that in IE9 jQuery text() is collapsing contiguous returns. This means replace() will never be able to fix this. Is...
Read more >Fix site display issues with Compatibility View in Internet ...
Open Internet Explorer, select the Tools button , and then select Compatibility View settings. Under Add this website, enter the URL of the...
Read more >get an error in ie9 that breaks page - Bugs - our.umbraco.com
First of all great control. My issue is only with IE9. This works fine in FF and Chrome. When testing in IE i...
Read more >Html – Video.js breaks IE9 and IE10 under certain, unknown ...
When I load a site with video.js installed it fails in standards mode. But works with Flash in quirks mode. Removing video.js in...
Read more >Site Layout Breaks in IE9 Compatibility Mode - CSS-Tricks
Hello,. I'm hoping someone here can help me out with my wordpress site so that it renders properly in IE9 compatibility mode.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As fas as I know there are no (reliable) polyfills for FormData. If someone can recommend one that works in IE9, please tell!
okays… thanks for your apply~ i will try to use other polyfill.