Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox support? #2

Closed
gmolson opened this issue Nov 30, 2014 · 2 comments
Closed

Firefox support? #2

gmolson opened this issue Nov 30, 2014 · 2 comments

Comments

@gmolson
Copy link

gmolson commented Nov 30, 2014

This code snippet works fine in IE and Chrome, but seems to fail in FF:

$.ajax({
url: 'test.bin',
dataType: 'binary',
processData: false,
success: function(data){
console.log(data.size + ' bytes loaded');

IE:
12408292 bytes loaded
FF:
20159546 bytes loaded
Chrome:
12408292 bytes loaded

@meros
Copy link

meros commented Dec 26, 2014

I am also curious about the state of this project. Do you know what platforms 'should' work?

@henrya
Copy link
Owner

henrya commented Dec 26, 2014

Starting from Firefox 13.0, everything should work fine, at least I don't have any issues.
This script relies on Xhr2 responseType, Blob and ArrayBuffer support from browser. If these features are supported, in most cases there should be no problems.

@henrya henrya closed this as completed Feb 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants