Search code examples
javascripthtmlfileapi

File API: What browsers support the slice method?


What is the current support for the slice method?


Solution

  • Currently Chrome 6+, FF 4+:

    • Firefox 3.6+ (partial file support, but not .slice() yet)
    • Firefox 4+ (full file support, though I'm unsure which beta this was added in)
    • Chrome 6+ (full file support)

    Of course this list will become outdated, hopefully soon. There's a test available at html5rocks.com for others to test their browser as new releases happen as well.