Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

gwicke

Member since
gwicke

Recent Docs Activity

View all activity
Page Date Comment

Object.freeze()


Object.freeze()


Man, who wrote this- it was full of bugs! Actually try to modify the frozen object.

Object.freeze()


Fix deepFreeze to actually deepFreeze. Need to check the property, not the object itself (which was just frozen).