aboutsummaryrefslogtreecommitdiff
path: root/files/fr/archive/b2g_os/api/domrequest/error/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/archive/b2g_os/api/domrequest/error/index.html')
-rw-r--r--files/fr/archive/b2g_os/api/domrequest/error/index.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/files/fr/archive/b2g_os/api/domrequest/error/index.html b/files/fr/archive/b2g_os/api/domrequest/error/index.html
new file mode 100644
index 0000000000..97e50b6908
--- /dev/null
+++ b/files/fr/archive/b2g_os/api/domrequest/error/index.html
@@ -0,0 +1,38 @@
+---
+title: DOMRequest.error
+slug: Archive/B2G_OS/API/DOMRequest/error
+tags:
+ - DOM
+translation_of: Archive/B2G_OS/API/DOMRequest/error
+---
+<div><section class="Quick_links" id="Quick_Links"><ol><li><strong><a href="/en-US/docs/Mozilla/Firefox_OS/API/Archive"><code>Archive</code></a></strong></li><li data-default-state="open"><a href="#"><strong>Related pages for DOM (Non-standard)</strong></a><ol><li><a href="/en-US/docs/Mozilla/Firefox_OS/API/DOMCursor"><code>DOMCursor</code></a></li></ol></li></ol></section></div>
+
+<p>This property can contain error information in a <a href="/en-US/docs/Web/API/DOMError" title="The DOMError interface describes an error object that contains an error name."><code>DOMError</code></a> object.</p>
+
+<p></p><div class="note"><strong>Note:</strong> This feature is available in <a href="/en-US/docs/Web/API/Web_Workers_API">Web Workers</a>.</div><p></p>
+
+<h2 id="Syntax">Syntax</h2>
+
+<pre class="eval">var <em>errorname</em> = <em>request</em>.error.name;
+</pre>
+
+<p>Where <em>request</em> is a <a href="/en-US/docs/Web/API/DOMRequest" title="The documentation about this has not yet been written; please consider contributing!"><code>DOMRequest</code></a> object. This gets the name of the error. See <a href="/en-US/docs/Web/API/DOMError" title="The DOMError interface describes an error object that contains an error name."><code>DOMError</code></a> for the error types.</p>
+
+<h2 id="Specifications">Specifications</h2>
+
+<p>Not part of any current specification.</p>
+
+<h2 id="Browser_compatibility">Browser compatibility</h2>
+
+<p>Supported in Firefox 13.<br>
+ Available in workers in Firefox 41.</p>
+
+<h2 id="See_also">See also</h2>
+
+<ul>
+ <li><a href="/en-US/docs/Web/API/DOMRequest" title="The documentation about this has not yet been written; please consider contributing!"><code>DOMRequest</code></a></li>
+ <li><a href="/en-US/docs/Web/API/DOMRequest/onsuccess" title="The documentation about this has not yet been written; please consider contributing!"><code>DOMRequest.onsuccess</code></a></li>
+ <li><a href="/en-US/docs/Web/API/DOMRequest/onerror" title="The documentation about this has not yet been written; please consider contributing!"><code>DOMRequest.onerror</code></a></li>
+ <li><a href="/en-US/docs/Web/API/DOMRequest/readyState" title="The documentation about this has not yet been written; please consider contributing!"><code>DOMRequest.readyState</code></a></li>
+ <li><a href="/en-US/docs/Web/API/DOMRequest/result" title="The documentation about this has not yet been written; please consider contributing!"><code>DOMRequest.result</code></a></li>
+</ul>