javascript - Foxfire Prototype error in parse-1.6.14.min.js -


while experimenting libgdx game using gwt backend, hosted on parse.com, , evaluating performance on various browsers, encountered warning foxfire browser...

mutating [[prototype]] of object cause code run slowly; instead create object correct initial [[prototype]] value using object.create

the offending code @ parse-1.6.14.min.js:16:10124

in researching message, seems warning pertinent in resulting code indeed slower if construct used; however, embedded in parse js.min can't directly change anything. didn't find parse related warning message on stackoverflow or anywhere else.

is design? or mistake? should worry @ all?

thanks.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -