You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default freezing behaviour of an object is to make
all its fields immutable (including its class), and
freeze all references in all fields. A freeze hook can
be used to override this behaviour to replace all the
contents of the fields before the fields and their
contents are frozen, or to throw an exception.
The text was updated successfully, but these errors were encountered:
The default freezing behaviour of an object is to make
all its fields immutable (including its class), and
freeze all references in all fields. A freeze hook can
be used to override this behaviour to replace all the
contents of the fields before the fields and their
contents are frozen, or to throw an exception.
The text was updated successfully, but these errors were encountered: