Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

var xhr = new XMLHttpRequest(); xhr.open("POST", url,false); working in chrome but not in mozilla 5.0 i am get error "[Exception... "<no message>" nsresult"

  • 1 odpoveď
  • 1 má tento problém
  • 6 zobrazení
  • Posledná odpoveď od guigs

more options

while uploading a file i am getting below error

[Exception... "<no message>" nsresult: "0x805e0006 (<unknown>)" location: "JS frame :<TOP_LEVEL> :: line 80" data: no]

but the same works in chrome

here is the java script code


 var xhr = new XMLHttpRequest();
 xhr.open("POST", url,false);
while uploading a file i am getting below error [Exception... "<no message>" nsresult: "0x805e0006 (<unknown>)" location: "JS frame :<TOP_LEVEL> :: line 80" data: no] but the same works in chrome here is the java script code var xhr = new XMLHttpRequest(); xhr.open("POST", url,false);

Všetky odpovede (1)

more options

HI johibkhan.

I think you have to update Firefox the call you are using needs 12 or higher: "Gecko 12.0 (Firefox 12.0 / Thunderbird 12.0 / SeaMonkey 2.9) and later support using XMLHttpRequest to read from data: URLs." https://developer.mozilla.org/en-US/d.../XMLHttpRequest

But also keep in mind we have developers dedicated to answering questions like this in the Firefox section of stackoverflow.com as well :-) You might get a faster/more accurate response.

Upravil(a) guigs dňa