Coder Social home page Coder Social logo

Comments (8)

steffentchr avatar steffentchr commented on August 15, 2024

The main bit in the feature check is:

(!!Blob.prototype.webkitSlice||!!Blob.prototype.mozSlice||Blob.prototype.slice||false)

From what I can see, recent versions of Opera should support Resumble.js. I haven't tested it though. I'm more dubious about Internet Explorer, since the relevant documentation does not mention .slice() at all. Has anyone tested?

from resumable.js.

Takawari avatar Takawari commented on August 15, 2024

Thanks for the lightweight library. I have tested it for some days on a site where user upload a lot of files and it turned out that Opera 12.01 is not supported. But it should probably: http://caniuse.com/xhr2

This is the line where I get the following error message:
formData.append($.resumableObj.opts.fileParameterName, $.fileObj.filefunc);
Uncaught exception: DOMException: NOT_SUPPORTED_ERR

I tried all day long to fix that but I did not have any luck. Has anyone solved this already or could take a quick look?

from resumable.js.

matias-sandell avatar matias-sandell commented on August 15, 2024

Since IE10 also has the slice method I guess this should work in IE10 too. Will test this the upcoming month.

from resumable.js.

steffentchr avatar steffentchr commented on August 15, 2024

With the recent community activity on improvement on the Resumable.js, I have scheduled some time to generally check in with browser support. As @Takawari and @matiaslarsson rightly say, both Opera and IE10 ought to be supportable, so I will have a look to see if there are easy solutions there as a part of that project. Closing this thread for now.

from resumable.js.

craigmarvelley avatar craigmarvelley commented on August 15, 2024

Hi - did anyone ascertain whether the library works in IE10? Would be nice to update the project readme to indicate that if so.

from resumable.js.

steffentchr avatar steffentchr commented on August 15, 2024

Nice catch: We're using Resumable.js in IE10 ourselves, and I've updated the README to reflect this. The future is here ;-)

from resumable.js.

craigmarvelley avatar craigmarvelley commented on August 15, 2024

Great to hear, thanks!

from resumable.js.

ravindermahajan890 avatar ravindermahajan890 commented on August 15, 2024

Please let me know if resumable.js is supported in IE10+.
please refer to this url as it does not support the same in IE10.
http://jsfiddle.net/ravindermahajan890/rbd7yx00/

from resumable.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.