Is there a list of builtin functions (in default objects prototypes) and browsers that support them? I was wondering about functions like:

  • Array.prototype.map
  • Array.prototype.forEach
  • Function.prototype.bind

But there are probably more builtin functions like that, Are they listed somewhere with they browser support? I search but didn't find anything.

有帮助吗?

解决方案

Ok I found a list in ECMAScript 5 compatibility table.

其他提示

DevDocs is very helpful in that regard, or the MDN

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top