[removed] What is the Expando Property?

后端 未结 3 1197
故里飘歌
故里飘歌 2020-12-17 16:14

I came across this property while reading about JavaScript memory leaks. I was informed that this property is supported only in Internet Explorer and is responsible for circ

3条回答
  •  时光取名叫无心
    2020-12-17 16:59

    I think you mean the expando Property... with a space, referring to the expando property of objects. It:

    sets or retrieves a value indicating whether arbitrary variables can be created within an object.

提交回复
热议问题