Internet Explorer weirdness - function item() { [native code] } - what does it do?

前端 未结 1 1436
Happy的楠姐
Happy的楠姐 2020-12-21 05:57

See image:

\"enter

Similar question on Microsoft website: http://connect.mic

1条回答
  •  一生所求
    2020-12-21 06:34

    It's a function on the window object. in Internet Explorer. It's not part of the websites, in other words, it's part of the browser.

    It's from the HTMLCollection interface, part of the DOM spec. Internet Explorer seems to consider the window object to be a collection.

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