Does IE10 support FormData ()?

I read ( here ) that IE10 supports FormData (). But when I enter it into the IE10 JavaScript console:

foo = new FormData();

I get an error, "FormData not defined"

Does IE10 support FormData () or not? Is there any trick to make it work in IE10?

+5
source share
2 answers

I can confirm that he does this - running your code in the console on this page works fine.

Therefore, I assume that you are in Quirks mode, and therefore the browser pretends not to know that it is compatible with the specified mode.

, <!DOCTYPE html> quirks.

+12

, - "". .

0

All Articles