Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

XMLHttpRequest().upload undefined with FF 27?

  • 1 antwoord
  • 2 hebben dit probleem
  • 2 weergaven
  • Laatste antwoord van 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?

Alle antwoorden (1)

more options

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