NotSupportedError
NotSupportedError is a type of exception used in web standards to indicate that a requested operation cannot be performed in the current context because the environment or user agent does not support it. It is a member of the DOMException family in the Web Platform and is identified by the name NotSupportedError.
NotSupportedError typically arises when a method or API is invoked in an environment where the feature is
Properties and handling: NotSupportedError inherits from Error via DOMException and carries standard error properties, such as
Relationship to similar errors: NotSupportedError is distinct from NotAllowedError (which signals permission or policy restrictions) and