开发者

File API: What browsers support the slice method?

开发者 https://www.devze.com 2023-01-25 23:03 出处:网络
What开发者_开发知识库 is the current support for the slice method?Currently Chrome 6+, FF 4+:

What开发者_开发知识库 is the current support for the slice method?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消