From 3ac9b5b8353523acc61ca4fc006037bb7ac92117 Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Thu, 27 Jun 2024 15:12:47 +0100 Subject: [PATCH] Update ext/web/lib.deno_web.d.ts Co-authored-by: Luca Casonato Signed-off-by: Jo Franchetti --- ext/web/lib.deno_web.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/web/lib.deno_web.d.ts b/ext/web/lib.deno_web.d.ts index a0685f3233..442e7f990e 100644 --- a/ext/web/lib.deno_web.d.ts +++ b/ext/web/lib.deno_web.d.ts @@ -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 {