diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
commit | 7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (patch) | |
tree | 004e031fc47a2ed576e83000b7ef08f9355459f4 /files/fr/web/api/xmlhttprequest | |
parent | 39f2114f9797eb51994966c6bb8ff1814c9a4da8 (diff) | |
download | translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.gz translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.bz2 translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.zip |
unslug fr: modify
Diffstat (limited to 'files/fr/web/api/xmlhttprequest')
-rw-r--r-- | files/fr/web/api/xmlhttprequest/abort_event/index.html | 3 | ||||
-rw-r--r-- | files/fr/web/api/xmlhttprequest/using_xmlhttprequest/index.html | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/files/fr/web/api/xmlhttprequest/abort_event/index.html b/files/fr/web/api/xmlhttprequest/abort_event/index.html index 0585331ebe..cc85c33e23 100644 --- a/files/fr/web/api/xmlhttprequest/abort_event/index.html +++ b/files/fr/web/api/xmlhttprequest/abort_event/index.html @@ -1,7 +1,8 @@ --- title: abort -slug: Web/Events/abort_(ProgressEvent) +slug: Web/API/XMLHttpRequest/abort_event translation_of: Web/API/XMLHttpRequest/abort_event +original_slug: Web/Events/abort_(ProgressEvent) --- <p>L'événement <strong>abort</strong> est déclenché lorsque la progression a été interompue (Non causé par une erreur)</p> diff --git a/files/fr/web/api/xmlhttprequest/using_xmlhttprequest/index.html b/files/fr/web/api/xmlhttprequest/using_xmlhttprequest/index.html index fc3bb319ee..8fbcd3915d 100644 --- a/files/fr/web/api/xmlhttprequest/using_xmlhttprequest/index.html +++ b/files/fr/web/api/xmlhttprequest/using_xmlhttprequest/index.html @@ -1,6 +1,6 @@ --- title: Utiliser XMLHttpRequest -slug: Web/API/XMLHttpRequest/Utiliser_XMLHttpRequest +slug: Web/API/XMLHttpRequest/Using_XMLHttpRequest tags: - AJAX - File API @@ -12,6 +12,7 @@ tags: - XMLHttpRequest - upload translation_of: Web/API/XMLHttpRequest/Using_XMLHttpRequest +original_slug: Web/API/XMLHttpRequest/Utiliser_XMLHttpRequest --- <p> </p> |