Is it possible to create a “weak reference” in javascript?

前端 未结 9 1712
忘掉有多难
忘掉有多难 2020-11-28 04:53

Is there any way in javascript to create a \"weak reference\" to another object? Here is the wiki page describing what a weak reference is. Here is another article that desc

9条回答
  •  独厮守ぢ
    2020-11-28 05:46

    Finally they are here. Not yet implemented in browsers, but soon to be.

    https://v8.dev/features/weak-references

提交回复
热议问题