diff options
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/_redirects.txt | 7 | ||||
-rw-r--r-- | files/zh-cn/_wikihistory.json | 92 | ||||
-rw-r--r-- | files/zh-cn/conflicting/web/api/xmlhttprequest/abort_event/index.html (renamed from files/zh-cn/web/api/xmlhttprequesteventtarget/onabort/index.html) | 3 | ||||
-rw-r--r-- | files/zh-cn/conflicting/web/api/xmlhttprequest/error_event/index.html (renamed from files/zh-cn/web/api/xmlhttprequesteventtarget/onerror/index.html) | 3 | ||||
-rw-r--r-- | files/zh-cn/conflicting/web/api/xmlhttprequest/load_event/index.html (renamed from files/zh-cn/web/api/xmlhttprequesteventtarget/onload/index.html) | 3 | ||||
-rw-r--r-- | files/zh-cn/conflicting/web/api/xmlhttprequest/loadstart_event/index.html (renamed from files/zh-cn/web/api/xmlhttprequesteventtarget/onloadstart/index.html) | 3 | ||||
-rw-r--r-- | files/zh-cn/conflicting/web/api/xmlhttprequest/progress_event/index.html (renamed from files/zh-cn/web/api/xmlhttprequesteventtarget/onprogress/index.html) | 3 | ||||
-rw-r--r-- | files/zh-cn/web/api/animation/cancel_event/index.html (renamed from files/zh-cn/web/api/animation/oncancel/index.html) | 3 | ||||
-rw-r--r-- | files/zh-cn/web/api/xmlhttprequest/readystatechange_event/index.html (renamed from files/zh-cn/web/api/xmlhttprequest/onreadystatechange/index.html) | 3 |
9 files changed, 67 insertions, 53 deletions
diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index 8ef2f40181..3fa6160c00 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1217,6 +1217,7 @@ /zh-CN/docs/Web/API/APIWwindow.sidebar /zh-CN/docs/Web/API/Window/sidebar /zh-CN/docs/Web/API/AbortSignal/onabort /zh-CN/docs/Web/API/AbortSignal/abort_event /zh-CN/docs/Web/API/AmbientLightSensor/reading /zh-CN/docs/Web/API/AmbientLightSensor/illuminance +/zh-CN/docs/Web/API/Animation/oncancel /zh-CN/docs/Web/API/Animation/cancel_event /zh-CN/docs/Web/API/ArrayBuffer /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer /zh-CN/docs/Web/API/AudioContext/createAnalyser /zh-CN/docs/Web/API/BaseAudioContext/createAnalyser /zh-CN/docs/Web/API/AudioContext/createBiquadFilter /zh-CN/docs/Web/API/BaseAudioContext/createBiquadFilter @@ -1616,6 +1617,12 @@ /zh-CN/docs/Web/API/WindowTimers/clearTimeout /zh-CN/docs/Web/API/clearTimeout /zh-CN/docs/Web/API/XMLDocument.load /zh-CN/docs/Web/API/XMLDocument/load /zh-CN/docs/Web/API/XMLHttpRequest/FormData /zh-CN/docs/Web/API/FormData +/zh-CN/docs/Web/API/XMLHttpRequest/onreadystatechange /zh-CN/docs/Web/API/XMLHttpRequest/readystatechange_event +/zh-CN/docs/Web/API/XMLHttpRequestEventTarget/onabort /zh-CN/docs/conflicting/Web/API/XMLHttpRequest/abort_event +/zh-CN/docs/Web/API/XMLHttpRequestEventTarget/onerror /zh-CN/docs/conflicting/Web/API/XMLHttpRequest/error_event +/zh-CN/docs/Web/API/XMLHttpRequestEventTarget/onload /zh-CN/docs/conflicting/Web/API/XMLHttpRequest/load_event +/zh-CN/docs/Web/API/XMLHttpRequestEventTarget/onloadstart /zh-CN/docs/conflicting/Web/API/XMLHttpRequest/loadstart_event +/zh-CN/docs/Web/API/XMLHttpRequestEventTarget/onprogress /zh-CN/docs/conflicting/Web/API/XMLHttpRequest/progress_event /zh-CN/docs/Web/API/console.dir /zh-CN/docs/Web/API/Console/dir /zh-CN/docs/Web/API/console.group /zh-CN/docs/Web/API/Console/group /zh-CN/docs/Web/API/console.groupCollapsed /zh-CN/docs/Web/API/Console/groupCollapsed diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index 0faeae8e06..6cbfab7e35 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -7500,6 +7500,12 @@ "WhiteMind" ] }, + "Web/API/Animation/cancel_event": { + "modified": "2019-03-23T22:16:25.770Z", + "contributors": [ + "micblo" + ] + }, "Web/API/Animation/currentTime": { "modified": "2019-03-23T22:25:13.728Z", "contributors": [ @@ -7531,12 +7537,6 @@ "jiangbai333" ] }, - "Web/API/Animation/oncancel": { - "modified": "2019-03-23T22:16:25.770Z", - "contributors": [ - "micblo" - ] - }, "Web/API/Animation/play": { "modified": "2020-10-15T22:30:09.446Z", "contributors": [ @@ -24123,15 +24123,6 @@ "tangzhe7" ] }, - "Web/API/XMLHttpRequest/onreadystatechange": { - "modified": "2019-09-24T22:57:24.203Z", - "contributors": [ - "Ende93", - "Koopos", - "Cmen", - "holynewbie" - ] - }, "Web/API/XMLHttpRequest/open": { "modified": "2020-10-16T05:36:39.774Z", "contributors": [ @@ -24167,6 +24158,15 @@ "holynewbie" ] }, + "Web/API/XMLHttpRequest/readystatechange_event": { + "modified": "2019-09-24T22:57:24.203Z", + "contributors": [ + "Ende93", + "Koopos", + "Cmen", + "holynewbie" + ] + }, "Web/API/XMLHttpRequest/response": { "modified": "2020-10-15T21:52:12.557Z", "contributors": [ @@ -24291,37 +24291,6 @@ "rubyisapm" ] }, - "Web/API/XMLHttpRequestEventTarget/onabort": { - "modified": "2020-10-15T22:25:54.233Z", - "contributors": [ - "liushuyu" - ] - }, - "Web/API/XMLHttpRequestEventTarget/onerror": { - "modified": "2020-10-15T22:08:29.854Z", - "contributors": [ - "weiqinl" - ] - }, - "Web/API/XMLHttpRequestEventTarget/onload": { - "modified": "2020-10-15T22:03:25.613Z", - "contributors": [ - "evestorm" - ] - }, - "Web/API/XMLHttpRequestEventTarget/onloadstart": { - "modified": "2020-10-15T22:09:01.294Z", - "contributors": [ - "luxin88" - ] - }, - "Web/API/XMLHttpRequestEventTarget/onprogress": { - "modified": "2020-10-15T21:53:38.407Z", - "contributors": [ - "liushuyu", - "holynewbie" - ] - }, "Web/API/XMLSerializer": { "modified": "2020-10-15T21:14:45.671Z", "contributors": [ @@ -47327,6 +47296,37 @@ "AlexChao" ] }, + "conflicting/Web/API/XMLHttpRequest/abort_event": { + "modified": "2020-10-15T22:25:54.233Z", + "contributors": [ + "liushuyu" + ] + }, + "conflicting/Web/API/XMLHttpRequest/error_event": { + "modified": "2020-10-15T22:08:29.854Z", + "contributors": [ + "weiqinl" + ] + }, + "conflicting/Web/API/XMLHttpRequest/load_event": { + "modified": "2020-10-15T22:03:25.613Z", + "contributors": [ + "evestorm" + ] + }, + "conflicting/Web/API/XMLHttpRequest/loadstart_event": { + "modified": "2020-10-15T22:09:01.294Z", + "contributors": [ + "luxin88" + ] + }, + "conflicting/Web/API/XMLHttpRequest/progress_event": { + "modified": "2020-10-15T21:53:38.407Z", + "contributors": [ + "liushuyu", + "holynewbie" + ] + }, "conflicting/Web/API/caches": { "modified": "2020-10-28T03:25:10.149Z", "contributors": [ diff --git a/files/zh-cn/web/api/xmlhttprequesteventtarget/onabort/index.html b/files/zh-cn/conflicting/web/api/xmlhttprequest/abort_event/index.html index 38d305c1c2..289050d88b 100644 --- a/files/zh-cn/web/api/xmlhttprequesteventtarget/onabort/index.html +++ b/files/zh-cn/conflicting/web/api/xmlhttprequest/abort_event/index.html @@ -1,7 +1,8 @@ --- title: XMLHttpRequestEventTarget.onabort -slug: Web/API/XMLHttpRequestEventTarget/onabort +slug: conflicting/Web/API/XMLHttpRequest/abort_event translation_of: Web/API/XMLHttpRequestEventTarget/onabort +original_slug: Web/API/XMLHttpRequestEventTarget/onabort --- <div>{{APIRef("XMLHttpRequest")}}</div> diff --git a/files/zh-cn/web/api/xmlhttprequesteventtarget/onerror/index.html b/files/zh-cn/conflicting/web/api/xmlhttprequest/error_event/index.html index 3c604e5026..2de18d0333 100644 --- a/files/zh-cn/web/api/xmlhttprequesteventtarget/onerror/index.html +++ b/files/zh-cn/conflicting/web/api/xmlhttprequest/error_event/index.html @@ -1,11 +1,12 @@ --- title: XMLHttpRequestEventTarget.onerror -slug: Web/API/XMLHttpRequestEventTarget/onerror +slug: conflicting/Web/API/XMLHttpRequest/error_event tags: - API - Event Handler - XMLHttpRequestEventTarget translation_of: Web/API/XMLHttpRequestEventTarget/onerror +original_slug: Web/API/XMLHttpRequestEventTarget/onerror --- <div>{{APIRef("XMLHttpRequest")}}</div> diff --git a/files/zh-cn/web/api/xmlhttprequesteventtarget/onload/index.html b/files/zh-cn/conflicting/web/api/xmlhttprequest/load_event/index.html index 8e2c27016f..f4f1214644 100644 --- a/files/zh-cn/web/api/xmlhttprequesteventtarget/onload/index.html +++ b/files/zh-cn/conflicting/web/api/xmlhttprequest/load_event/index.html @@ -1,7 +1,8 @@ --- title: XMLHttpRequestEventTarget.onload -slug: Web/API/XMLHttpRequestEventTarget/onload +slug: conflicting/Web/API/XMLHttpRequest/load_event translation_of: Web/API/XMLHttpRequestEventTarget/onload +original_slug: Web/API/XMLHttpRequestEventTarget/onload --- <div>{{APIRef("XMLHttpRequest")}}</div> diff --git a/files/zh-cn/web/api/xmlhttprequesteventtarget/onloadstart/index.html b/files/zh-cn/conflicting/web/api/xmlhttprequest/loadstart_event/index.html index 1501afd132..924d3f94d9 100644 --- a/files/zh-cn/web/api/xmlhttprequesteventtarget/onloadstart/index.html +++ b/files/zh-cn/conflicting/web/api/xmlhttprequest/loadstart_event/index.html @@ -1,7 +1,8 @@ --- title: XMLHttpRequestEventTarget.onloadstart -slug: Web/API/XMLHttpRequestEventTarget/onloadstart +slug: conflicting/Web/API/XMLHttpRequest/loadstart_event translation_of: Web/API/XMLHttpRequestEventTarget/onloadstart +original_slug: Web/API/XMLHttpRequestEventTarget/onloadstart --- <div>{{APIRef("XMLHttpRequest")}}</div> diff --git a/files/zh-cn/web/api/xmlhttprequesteventtarget/onprogress/index.html b/files/zh-cn/conflicting/web/api/xmlhttprequest/progress_event/index.html index 40641b30a6..3640fb9cd9 100644 --- a/files/zh-cn/web/api/xmlhttprequesteventtarget/onprogress/index.html +++ b/files/zh-cn/conflicting/web/api/xmlhttprequest/progress_event/index.html @@ -1,7 +1,8 @@ --- title: XMLHttpRequestEventTarget.onprogress -slug: Web/API/XMLHttpRequestEventTarget/onprogress +slug: conflicting/Web/API/XMLHttpRequest/progress_event translation_of: Web/API/XMLHttpRequestEventTarget/onprogress +original_slug: Web/API/XMLHttpRequestEventTarget/onprogress --- <p>{{APIRef("XMLHttpRequest")}}</p> diff --git a/files/zh-cn/web/api/animation/oncancel/index.html b/files/zh-cn/web/api/animation/cancel_event/index.html index 00e9b0fc98..339ac7e40f 100644 --- a/files/zh-cn/web/api/animation/oncancel/index.html +++ b/files/zh-cn/web/api/animation/cancel_event/index.html @@ -1,10 +1,11 @@ --- title: Animation.oncancel -slug: Web/API/Animation/oncancel +slug: Web/API/Animation/cancel_event tags: - API - Animation translation_of: Web/API/Animation/oncancel +original_slug: Web/API/Animation/oncancel --- <p>{{ SeeCompatTable() }}{{ APIRef("Web Animations") }}</p> diff --git a/files/zh-cn/web/api/xmlhttprequest/onreadystatechange/index.html b/files/zh-cn/web/api/xmlhttprequest/readystatechange_event/index.html index 76bd8c6ccf..63cdfe5bf8 100644 --- a/files/zh-cn/web/api/xmlhttprequest/onreadystatechange/index.html +++ b/files/zh-cn/web/api/xmlhttprequest/readystatechange_event/index.html @@ -1,6 +1,6 @@ --- title: XMLHttpRequest.onreadystatechange -slug: Web/API/XMLHttpRequest/onreadystatechange +slug: Web/API/XMLHttpRequest/readystatechange_event tags: - XHR - XMLHttpRequest @@ -9,6 +9,7 @@ tags: - 属性 - 接口 translation_of: Web/API/XMLHttpRequest/onreadystatechange +original_slug: Web/API/XMLHttpRequest/onreadystatechange --- <div>{{APIRef}}</div> |