-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
priority: highIssues that will be tackled in 2024Issues that will be tackled in 2024use caseDescribes a scenario that may be useful for technical decisionsDescribes a scenario that may be useful for technical decisions
Description
The scripting API makes use of errors being available in ECMAScript (e.g., TypeError
).
Moreover, also other errors such as NotSupportedError
or NotFoundError
are used which are not available in ECMAScript. Instead those errors are defined here.
We need to have a good set of errors that work for JavaScript/Typescript and browser environments.
For example, NotSupportedError
and NotFoundError
need to be defined in TypeScript definitions before they can be used in TS.
egekorkan
Metadata
Metadata
Assignees
Labels
priority: highIssues that will be tackled in 2024Issues that will be tackled in 2024use caseDescribes a scenario that may be useful for technical decisionsDescribes a scenario that may be useful for technical decisions