搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

XMLHttpRequest().upload undefined with FF 27?

  • 1 个回答
  • 2 人有此问题
  • 2 次查看
  • 最后回复者为 cor-el

more options

It's 2014, and I just updated my FireFox to 27.0.1 (latest stable version). I'm running this on Ubuntu. When I open javaScript console and type:

   new XMLHttpRequest().upload

I'm getting:

   undefined

Let me just add that doing the same on MacOs or with Chromium on the same Ubuntu gives me:

   XMLHttpRequestUpload { onloadstart=null, onprogress=null, onabort=null, more...}

Is that a bug? Some well know politics? Can you help?

It's 2014, and I just updated my FireFox to 27.0.1 (latest stable version). I'm running this on Ubuntu. When I open javaScript console and type: new XMLHttpRequest().upload I'm getting: undefined Let me just add that doing the same on MacOs or with Chromium on the same Ubuntu gives me: XMLHttpRequestUpload { onloadstart=null, onprogress=null, onabort=null, more...} Is that a bug? Some well know politics? Can you help?

所有回复 (1)

more options

Works here with the Web Console (Firefox/Tools > Web Developer).