Skip to content
JS
JavaScript error

TypeError

The JavaScript exception "can't delete non-configurable array element" occurs when it was attempted to shorten the length of an array, but one of the array's elements is non-configurable.

Reference entryJavaScriptFetched
TypeError: Cannot delete property '1' of [object Array] (V8-based)
As listed by MDN Web Docs
TypeError: can't delete non-configurable array element (Firefox)
As listed by MDN Web Docs
TypeError: Unable to delete property. (Safari)
As listed by MDN Web Docs
Category
TypeError
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.274Z.