Skip to content
JS
JavaScript error

TypeError

The JavaScript exception "is not a non-null object" occurs when an object is expected somewhere and wasn't provided. null is not an object and won't work.

Reference entryJavaScriptFetched
TypeError: Property description must be an object: x (V8-based)
As listed by MDN Web Docs
TypeError: Property descriptor must be an object, got "x" (Firefox)
As listed by MDN Web Docs
TypeError: Property description must be an object. (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.