Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

XMLHttpRequest().upload undefined with FF 27?

  • 1 svar
  • 2 har detta problem
  • 2 visningar
  • Senaste svar av 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?

Alla svar (1)

more options

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