aboutsummaryrefslogtreecommitdiff
path: root/files/fr/archive/b2g_os/api/domrequest/onsuccess/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/archive/b2g_os/api/domrequest/onsuccess/index.html')
-rw-r--r--files/fr/archive/b2g_os/api/domrequest/onsuccess/index.html74
1 files changed, 0 insertions, 74 deletions
diff --git a/files/fr/archive/b2g_os/api/domrequest/onsuccess/index.html b/files/fr/archive/b2g_os/api/domrequest/onsuccess/index.html
deleted file mode 100644
index 454fb8e72a..0000000000
--- a/files/fr/archive/b2g_os/api/domrequest/onsuccess/index.html
+++ /dev/null
@@ -1,74 +0,0 @@
----
-title: DOMRequest.onsuccess
-slug: Archive/B2G_OS/API/DOMRequest/onsuccess
-tags:
- - DOM
- - Référence_du_DOM_Gecko
-translation_of: Archive/B2G_OS/API/DOMRequest/onsuccess
----
-<p>{{ ApiRef() }}</p>
-<p>{{ non-standard_header() }}</p>
-<h2 id="Summary" name="Summary">Résumé</h2>
-<p>Cette propriété renseigne la fonction de callback à appeler quand un {{ domxref("DOMRequest") }} se termine sans problème.</p>
-<h2 id="Syntax" name="Syntax">Syntaxe</h2>
-<pre class="eval"><em>requete</em>.onsuccess = <em>fonction</em>;
-</pre>
-<p>Où <em>requete</em> est un objet {{ domxref("DOMRequest") }} et <em>fonction</em> est une fonction JavaScript à executer quand le requête se termine sans problème.</p>
-<h2 id="Specification" name="Specification">Spécification</h2>
-<p>Ne fait actuellement partie d'aucune spécification.</p>
-<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-<p>{{ CompatibilityTable() }}</p>
-<div id="compat-desktop">
- <table class="compat-table">
- <tbody>
- <tr>
- <th>Fonction</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Support de base</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatGeckoDesktop("13.0") }}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- </tr>
- </tbody>
- </table>
-</div>
-<div id="compat-mobile">
- <table class="compat-table">
- <tbody>
- <tr>
- <th>Fonction</th>
- <th>Android</th>
- <th>Chrome pour Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Support de base</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatGeckoMobile("13.0") }}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- </tr>
- </tbody>
- </table>
-</div>
-<h2 id="Voir_aussi">Voir aussi</h2>
-<ul>
- <li>{{ domxref("DOMRequest") }}</li>
- <li>{{ domxref("DOMRequest.onerror") }}</li>
- <li>{{ domxref("DOMRequest.readyState") }}</li>
- <li>{{ domxref("DOMRequest.result") }}</li>
- <li>{{ domxref("DOMRequest.error") }}</li>
-</ul>