Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

File API: What browsers support the slice method?

What is the current support for the slice method?

like image 654
Alex Polo Avatar asked Nov 21 '10 09:11

Alex Polo


1 Answers

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.

like image 162
Nick Craver Avatar answered Sep 26 '22 14:09

Nick Craver