mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -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
29f8fd3362
commit
3ac9b5b835
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
|
@ -69,7 +69,7 @@ declare var DOMException: {
|
|||
};
|
||||
|
||||
/** Specifies the options that can be passed to the constructor of an `Event`
|
||||
* object. The EventInit interface defines three optional properties: `bubbles`, `cancelable`, and `composed`.
|
||||
* object.
|
||||
*
|
||||
* @category Events */
|
||||
declare interface EventInit {
|
||||
|
|
Loading…
Add table
Reference in a new issue