Mozilla Support में खोजें

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

XMLHttpRequest().upload undefined with FF 27?

  • 1 प्रत्युत्तर दें
  • 2
  • 2 views
  • के द्वारा अंतिम प्रतियुतर 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?

All Replies (1)

more options

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