gpt4 book ai didi

javascript - 为什么在调用 open throw 之前设置 XMLHttpRequest responseType?

转载 作者:行者123 更新时间:2023-12-03 13:45:29 26 4
gpt4 key购买 nike

运行new XMLHttpRequest().responseType = "json"在控制台中会在 Firefox 26 和 IE11 中引发“InvalidStateError”异常,但在 Chrome 31 中不会。

为什么?

The Spec声明设置 responseType

throws an "InvalidStateError" exception if the state is LOADING or DONE.



但在这种情况下,状态是 UNSENT。

这是怎么回事?

最佳答案

注意设置 responseType在我调用 open 之后在 xhr 对象上解决了我的问题(使用 IE11)

关于javascript - 为什么在调用 open throw 之前设置 XMLHttpRequest responseType?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20760635/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com