CruxFramework / crux

23 stars 6 forks source link

Mutation Observer is not running in old browsers #985

Closed samuelcardoso closed 8 years ago

samuelcardoso commented 8 years ago

There's a Polyfill implementation for MO in Crux but this needs the WeakMap JS object which is not present in older browsers. There must be another polyfill for this WeakMap implementation.