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.
精彩评论