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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
e.g. in https://github.com/angular/zone.js/blob/master/lib/utils.js#L91 properties such as
_fn,_addEventListenerare attached to foreign objects which risks interactions with any other libraries that may also be using these properties.I think we could use
Symbols if the environment supports them, with strings as a fallback, to attach/read these properties.@vicb