Does IE10 support FormData()?

北城以北 提交于 2019-12-05 07:41:02
Niet the Dark Absol

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

I will therefore hypothesize that you are in Quirks Mode, and therefore the browser is pretending it doesn't know it to be compatible with said Mode.

Make sure your page has a valid <!DOCTYPE html> at the start and no errors to fall back into quirks mode.

Also make sure your webserver request "edge" compatibility mode. That may help preventing fallback to older compatibility modes.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!