Array.values() does not work

前端 未结 1 1377
暗喜
暗喜 2021-01-21 19:34

I have been trying to use Array.prototype.values() in my code as specified by MDN documentation and found that it doesn\'t work in any code playground. The code I\'

相关标签:
1条回答
  • 2021-01-21 20:24

    By the looks of the browser compatibility table at the bottom of the MDN documentation page, Array.prototype.values() won't be supported until Chrome 66 and Firefox 60 - neither of which have been released yet! Interestingly, it is currently supported by Safari, and have just verified that myself in the developer tools.

    0 讨论(0)
提交回复
热议问题