diff options
Diffstat (limited to 'files/pt-br')
-rw-r--r-- | files/pt-br/_redirects.txt | 1 | ||||
-rw-r--r-- | files/pt-br/_wikihistory.json | 14 | ||||
-rw-r--r-- | files/pt-br/web/api/xmlhttprequest/readystatechange_event/index.html (renamed from files/pt-br/web/api/xmlhttprequest/onreadystatechange/index.html) | 3 |
3 files changed, 10 insertions, 8 deletions
diff --git a/files/pt-br/_redirects.txt b/files/pt-br/_redirects.txt index 82705e2d46..0c27857616 100644 --- a/files/pt-br/_redirects.txt +++ b/files/pt-br/_redirects.txt @@ -553,6 +553,7 @@ /pt-BR/docs/Web/API/WindowTimers/clearTimeout /pt-BR/docs/Web/API/clearTimeout /pt-BR/docs/Web/API/XMLHttpRequest/Requisicoes_sincronas_e_assincronas /pt-BR/docs/Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests /pt-BR/docs/Web/API/XMLHttpRequest/Usando_XMLHttpRequest /pt-BR/docs/Web/API/XMLHttpRequest/Using_XMLHttpRequest +/pt-BR/docs/Web/API/XMLHttpRequest/onreadystatechange /pt-BR/docs/Web/API/XMLHttpRequest/readystatechange_event /pt-BR/docs/Web/API/document.getElementById /pt-BR/docs/Web/API/Document/getElementById /pt-BR/docs/Web/API/document.images /pt-BR/docs/Web/API/Document/images /pt-BR/docs/Web/API/document.scripts /pt-BR/docs/Web/API/Document/scripts diff --git a/files/pt-br/_wikihistory.json b/files/pt-br/_wikihistory.json index a742393df3..50e955faf9 100644 --- a/files/pt-br/_wikihistory.json +++ b/files/pt-br/_wikihistory.json @@ -6920,13 +6920,6 @@ "gustavobeavis" ] }, - "Web/API/XMLHttpRequest/onreadystatechange": { - "modified": "2019-03-23T22:16:58.340Z", - "contributors": [ - "brunoczim", - "gustavobeavis" - ] - }, "Web/API/XMLHttpRequest/open": { "modified": "2020-10-15T22:03:41.298Z", "contributors": [ @@ -6941,6 +6934,13 @@ "gustavobeavis" ] }, + "Web/API/XMLHttpRequest/readystatechange_event": { + "modified": "2019-03-23T22:16:58.340Z", + "contributors": [ + "brunoczim", + "gustavobeavis" + ] + }, "Web/API/XMLHttpRequest/send": { "modified": "2020-10-15T22:05:47.894Z", "contributors": [ diff --git a/files/pt-br/web/api/xmlhttprequest/onreadystatechange/index.html b/files/pt-br/web/api/xmlhttprequest/readystatechange_event/index.html index fa3ca1c707..da80c1fb7b 100644 --- a/files/pt-br/web/api/xmlhttprequest/onreadystatechange/index.html +++ b/files/pt-br/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: - AJAX - API @@ -9,6 +9,7 @@ tags: - XHR - XMLHttpRequest translation_of: Web/API/XMLHttpRequest/onreadystatechange +original_slug: Web/API/XMLHttpRequest/onreadystatechange --- <div>{{APIRef}}</div> |