Meteor-Community-Packages / meteor-collection-extensions

Safely and easily extend the (Meteor/Mongo).Collection constructor with custom functionality.

Home Page:https://packosphere.com/lai/collection-extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mutating the Prototype of an object cause your code to run very slowly lai_collection-extensions.js:97:5

tizol opened this issue · comments

mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create lai_collection-extensions.js:97:5

I got this error while running a meteor app with this package.

Duplicate of #10.