gpt4 book ai didi

javascript - 哪些浏览器支持 bind()?

转载 作者:可可西里 更新时间:2023-11-01 02:24:15 24 4
gpt4 key购买 nike

我必须在下面的方法中使用 bind()。我只想支持 IE10 及更高版本。任何人都可以验证 IE10 何时或是否支持 bind() 吗?

    // Verify console exists
...
if (window.console) {
logger = window.console.log.bind(window.console);
// bind needed for Safari but not FF, possible IE issue?
} else {
return false; // window.console not available, silent fail
}
...

最佳答案

bind 从版本 9 开始在 IE 中得到支持。查看此兼容性表,链接自 bind 的 MDN 文档:http://kangax.github.com/es5-compat-table/

关于javascript - 哪些浏览器支持 bind()?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14346781/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com