mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
fix(docs): add missing categories (#15684)
This commit is contained in:
parent
a7558196a7
commit
f3a0e48d4e
4 changed files with 9 additions and 1 deletions
1
cli/dts/lib.deno.shared_globals.d.ts
vendored
1
cli/dts/lib.deno.shared_globals.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue