Alex Polo
Alex Polo

Reputation: 440

File API: What browsers support the slice method?

What is the current support for the slice method?

Upvotes: 7

Views: 4998

Answers (1)

Nick Craver
Nick Craver

Reputation: 630429

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.

Upvotes: 7

Related Questions