question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

.field() breaks in IE9

See original GitHub issue

This 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:closed
  • Created 8 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
koenpuntcommented, Oct 13, 2016

As fas as I know there are no (reliable) polyfills for FormData. If someone can recommend one that works in IE9, please tell!

0reactions
lucky-newbiecommented, Jul 27, 2018

okays… thanks for your apply~ i will try to use other polyfill.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found