Chrome新版本中添加了Array.lastItem和Array.lastIndex两个新属性

165 阅读1分钟
  • 在新版本的Chrome中可以看到展开数组属性后新增了两个属性 image.png

  • 在最新的MDN定义中可以看到暂时还未添加这两个属性

image.png

  • TypeScript的定义中已经添加了此属性的定义

image.png

详细内容可以参见 github.com/tc39/propos…