Patch Changes
-
#4578
527c964
Thanks @gcanti! - AllowtoString
Method to Be Overridden in Schema Classes, closes #4577.Previously, attempting to override the
toString
method in schema classes caused aTypeError
in the browser because the property was set as read-only (writable: false
). This fix makestoString
writable, allowing developers to override it when needed.