I want to know which sites can give me information on the list of JavaScript functions that are supported by IE/Firefox/Opera/Safari.
-
possible duplicate of stackoverflow.com/questions/63918/…Pekka– Pekka2010年04月09日 09:28:38 +00:00Commented Apr 9, 2010 at 9:28
4 Answers 4
Comments
Perhaps not a direct answer to this question, but never-the-less I think this is useful to know about: You can use the Sputnik JavaScript Conformance tool in Google Labs to check ECMAScript conformance in browsers:
Sputnik is a JavaScript conformance test suite containing over 5000 tests. It tests how well a JavaScript implementation adheres to the ECMA-262 specification version 5, looking only at those features that were also present in the previous version, version 3, and not the new features added in version 5.
Comments
There are several sites for that but you'll probably find that none are absolutely complete, so it is worth checking out each of them
- quirksmode.org compatibility tables
- sitepoint JS reference (work in progress)
- Mozilla MDC reference (mozilla only but worth mentioning)
Comments
This looks useful http://kangax.github.com/es5-compat-table/