Skip to content

Commit

Permalink
fix(ext/webgpu): fix GPUUncapturedErrorEvent parent type (#24369)
Browse files Browse the repository at this point in the history
https://developer.mozilla.org/en-US/docs/Web/API/GPUUncapturedErrorEvent

Signed-off-by: Victor Turansky <victor.turansky@gmail.com>
  • Loading branch information
turansky committed Jul 10, 2024
1 parent 26bf448 commit 92d567d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tsc/dts/lib.deno_webgpu.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,7 @@ declare type GPUErrorFilter = "out-of-memory" | "validation" | "internal";
* @category GPU
* @experimental
*/
declare class GPUUncapturedErrorEvent extends EventTarget {
declare class GPUUncapturedErrorEvent extends Event {
constructor(
type: string,
gpuUncapturedErrorEventInitDict: GPUUncapturedErrorEventInit,
Expand Down

0 comments on commit 92d567d

Please sign in to comment.