fix(docs): add missing categories (#15684)

This commit is contained in:
Leo Kettmeir 2022-08-30 13:16:56 +02:00 committed by GitHub
parent a7558196a7
commit f3a0e48d4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

View file

@ -675,6 +675,7 @@ declare class CustomEvent<T = any> extends Event {
readonly detail: T;
}
/** @category DOM APIs */
interface ErrorConstructor {
/** See https://v8.dev/docs/stack-trace-api#stack-trace-collection-for-custom-exceptions. */
captureStackTrace(error: Object, constructor?: Function): void;