diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-04-26 09:04:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 09:04:29 -0700 |
commit | c5193556242117737fc3ba95ee3692b7831ca04a (patch) | |
tree | 914870befca84cc3bd928f5a0c3f6c39ed281fbd /cli/tsc/dts/lib.deno.window.d.ts | |
parent | 0b0af5c635872132d1c727f13ca05aa9be3d1c3a (diff) |
feat(ci): category & unstable tags checker (#23568)
Diffstat (limited to 'cli/tsc/dts/lib.deno.window.d.ts')
-rw-r--r-- | cli/tsc/dts/lib.deno.window.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tsc/dts/lib.deno.window.d.ts b/cli/tsc/dts/lib.deno.window.d.ts index 6e57174f8..ed3ff6b6e 100644 --- a/cli/tsc/dts/lib.deno.window.d.ts +++ b/cli/tsc/dts/lib.deno.window.d.ts @@ -206,6 +206,7 @@ declare function removeEventListener< listener: (this: Window, ev: WindowEventMap[K]) => any, options?: boolean | EventListenerOptions, ): void; +/** @category DOM Events */ declare function removeEventListener( type: string, listener: EventListenerOrEventListenerObject, |