We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Search 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 reply
  • 2 have this problem
  • 2 views
  • Last reply by 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).