Skip to content
JS
JavaScript error

TypeError

The JavaScript exception "property is non-configurable and can't be deleted" occurs when it was attempted to delete a property, but that property is non-configurable.

Reference entryJavaScriptFetched
TypeError: Cannot delete property 'x' of #<Object> (V8-based)
As listed by MDN Web Docs
TypeError: property "x" is non-configurable and can't be deleted (Firefox)
As listed by MDN Web Docs
TypeError: Unable to delete property. (Safari)
As listed by MDN Web Docs
Category
TypeError in strict mode only
Severity
error
Runtime
both
or press Cmd/Ctrl + Enter. The text is only sent to this site to match it.
Source: MDN Web Docs. Data fetched 2026-09-25T01:48:37.273Z.