From 375985e10cb5747f6b5c0213df89c6301ea4eb5e Mon Sep 17 00:00:00 2001 From: cjihrig Date: Tue, 28 Jun 2022 12:20:42 -0400 Subject: [PATCH] Deno 1.24 supports the beforeunload event The Deno 1.24 release adds support for the beforeunload event. Refs: https://github.com/denoland/deno/pull/14830 --- api/BeforeUnloadEvent.json | 11 ++++++++++- api/Window.json | 20 ++++++++++++++++---- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/api/BeforeUnloadEvent.json b/api/BeforeUnloadEvent.json index 1ff8ae644e26ae..87a47766ade711 100644 --- a/api/BeforeUnloadEvent.json +++ b/api/BeforeUnloadEvent.json @@ -32,6 +32,9 @@ }, "webview_android": { "version_added": "≤37" + }, + "deno": { + "version_added": "1.24" } }, "status": { @@ -71,6 +74,9 @@ }, "webview_android": { "version_added": "≤37" + }, + "deno": { + "version_added": false } }, "status": { @@ -105,7 +111,10 @@ }, "safari_ios": "mirror", "samsunginternet_android": "mirror", - "webview_android": "mirror" + "webview_android": "mirror", + "deno": { + "version_added": false + } }, "status": { "experimental": false, diff --git a/api/Window.json b/api/Window.json index f7676f486b8a6f..cf57a5f0c278f1 100644 --- a/api/Window.json +++ b/api/Window.json @@ -540,7 +540,10 @@ "version_added": "1" }, "samsunginternet_android": "mirror", - "webview_android": "mirror" + "webview_android": "mirror", + "deno": { + "version_added": "1.24" + } }, "status": { "experimental": false, @@ -575,7 +578,10 @@ "version_added": false }, "samsunginternet_android": "mirror", - "webview_android": "mirror" + "webview_android": "mirror", + "deno": { + "version_added": false + } }, "status": { "experimental": false, @@ -612,7 +618,10 @@ "version_added": false }, "samsunginternet_android": "mirror", - "webview_android": "mirror" + "webview_android": "mirror", + "deno": { + "version_added": false + } }, "status": { "experimental": false, @@ -652,7 +661,10 @@ "version_added": false }, "samsunginternet_android": "mirror", - "webview_android": "mirror" + "webview_android": "mirror", + "deno": { + "version_added": false + } }, "status": { "experimental": false,