mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 12:16:11 -05:00
Update ext/web/lib.deno_web.d.ts
Co-authored-by: Luca Casonato <hello@lcas.dev> Signed-off-by: Jo Franchetti <jofranchetti@gmail.com>
This commit is contained in:
parent
e8a2b7ebd7
commit
2d34f9f89a
1 changed files with 1 additions and 1 deletions
2
ext/web/lib.deno_web.d.ts
vendored
2
ext/web/lib.deno_web.d.ts
vendored
|
@ -212,7 +212,7 @@ declare var EventTarget: {
|
|||
};
|
||||
|
||||
/** Represents a function type that can be used as an event listener in various
|
||||
* contexts. Functions matching this type must accept a single parameter, `evt`.
|
||||
* contexts. Functions matching this type will receive an {@linkcode Event} as the first parameter.
|
||||
*
|
||||
* @category Events */
|
||||
declare interface EventListener {
|
||||
|
|
Loading…
Add table
Reference in a new issue