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
As per fabiospampinato#383.
Chrome 36+, Edge 12+, Safari 8+, Firefox 6+, Opera 23+, IE 11+
[caniuse - WeakMap](https://caniuse.com/?search=WeakMap())
Besides, `"lib": ["ES2015.Collection"]` is added to `tsconfig.json` (`Map`, `Set`, `WeakMap`, `WeakSet` are added to TypeScript)
In the lastest release,
This was the old way to bind the data to DOM. Two problems would be created ...
eventsNamespace
too.eventsCache
According to caniuse, >95% browsers can use WeakMap(). (all modern browsers released after 2015)
It is worth to use WeakMap() to avoid problems.
The text was updated successfully, but these errors were encountered: