From cb556a52aaf4602b91b7aaec5a51b7b12f31c516 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Tue, 4 May 2021 22:24:25 +0900 Subject: [PATCH] Mark ServiceWorkerContainer.p.onerror deprecated https://github.com/w3c/ServiceWorker/commit/c240d9d (https://github.com/w3c/ServiceWorker/issues/912) dropped ServiceWorkerContainer.p.onerror from the spec. So this change marks it deprecated. Related BCD change: https://github.com/mdn/browser-compat-data/pull/10278 --- files/en-us/web/api/serviceworkercontainer/onerror/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/serviceworkercontainer/onerror/index.html b/files/en-us/web/api/serviceworkercontainer/onerror/index.html index 6866f35b24b55cb..3808cb834df91d5 100644 --- a/files/en-us/web/api/serviceworkercontainer/onerror/index.html +++ b/files/en-us/web/api/serviceworkercontainer/onerror/index.html @@ -11,7 +11,7 @@ - ServiceWorkerContainer - onerror --- -

{{APIRef("Service Workers API")}}{{ SeeCompatTable() }}

+

{{APIRef("Service Workers API")}}{{Deprecated_header}}

The onerror property of the {{domxref("ServiceWorkerContainer")}} interface is an event handler fired whenever an