From fea1d3f3aa13adf6fbaa8132be9ad222c65b6d69 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Tue, 22 Feb 2022 03:47:08 -0800 Subject: [PATCH] Adapt api.Document.onreadystatechange to new events structure This PR adapts the readystatechange event of the Document API to conform to the new events structure. --- api/Document.json | 48 ----------------------------------------------- 1 file changed, 48 deletions(-) diff --git a/api/Document.json b/api/Document.json index a2dc5d06f74ab8..83981e5d8e8636 100644 --- a/api/Document.json +++ b/api/Document.json @@ -7350,54 +7350,6 @@ } } }, - "onreadystatechange": { - "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/onreadystatechange", - "support": { - "chrome": { - "version_added": "9" - }, - "chrome_android": { - "version_added": "18" - }, - "edge": { - "version_added": "12" - }, - "firefox": { - "version_added": "9" - }, - "firefox_android": { - "version_added": "9" - }, - "ie": { - "version_added": "4" - }, - "opera": { - "version_added": "≤12.1" - }, - "opera_android": { - "version_added": "≤12.1" - }, - "safari": { - "version_added": "5.1" - }, - "safari_ios": { - "version_added": "5" - }, - "samsunginternet_android": { - "version_added": "1.0" - }, - "webview_android": { - "version_added": "3" - } - }, - "status": { - "experimental": false, - "standard_track": true, - "deprecated": false - } - } - }, "onvisibilitychange": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/onvisibilitychange",