aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn')
-rw-r--r--files/zh-cn/web/api/xmlhttprequest/send/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/files/zh-cn/web/api/xmlhttprequest/send/index.html b/files/zh-cn/web/api/xmlhttprequest/send/index.html
index 6b96c92ebd..6f692710cd 100644
--- a/files/zh-cn/web/api/xmlhttprequest/send/index.html
+++ b/files/zh-cn/web/api/xmlhttprequest/send/index.html
@@ -92,7 +92,6 @@ xhr.send(null);
// xhr.send('string');
</code>// <code>xhr.send(new Blob());
// xhr.send(new Int8Array());
-// xhr.send({ form: 'data' });
// xhr.send(document);</code>
</pre>
@@ -111,7 +110,6 @@ xhr.send("foo=bar&amp;lorem=ipsum");
// xhr.send('string');
</code>// <code>xhr.send(new Blob());
// xhr.send(new Int8Array());
-// xhr.send({ form: 'data' });
// xhr.send(document);</code>
</pre>