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.

stefcameron

Member since
stefcameron

Recent Docs Activity

View all activity
Page Date Comment

Object.freeze()


Fix bug in deep-freeze example: would not completely freeze a partially-frozen object such as obj{frozen: {internal: {}}} where only `frozen` was frozen (`obj` would get frozen, but not `internal`).