You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sham for WeakRef. It is not possible to shim WeakRef in old node
environments, so this module provides a sham to allow the code to compile, but
it will throw when used. The sham will use the global WeakRef if it exists
though.