简体   繁体   English

内置函数浏览器支持JavaScript

[英]Built In functions browsers support in JavaScript

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. 我搜索但没有找到任何东西。

好的,我在ECMAScript 5兼容性表中找到了一个列表。

在这方面, DevDocsMDN都非常有用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM