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

前端 未结 9 1713
忘掉有多难
忘掉有多难 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:50

    When running JS on NodeJS, you may consider https://github.com/TooTallNate/node-weak.

提交回复
热议问题