Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(530)

Unified Diff: tools/dom/docs/docs.json

Issue 18850007: Add back appendBlob and send variants in WebSocket. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/html/form_data_test.dart ('k') | tools/dom/dom.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/docs/docs.json
diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json
index 5c8279d32a8297c62128dab9f5cf797fdefe30fd..b2fd1ba08067e9a9a502d14a3effbb2bb76866cb 100644
--- a/tools/dom/docs/docs.json
+++ b/tools/dom/docs/docs.json
@@ -378,7 +378,18 @@
" * [Introducing WebSockets](http://www.html5rocks.com/en/tutorials/websockets/basics/),",
" * an HTML5Rocks.com tutorial.",
" */"
- ]
+ ],
+ "members": {
+ "send": [
+ "/**",
+ " * Transmit data to the server over this connection.",
+ " *",
+ " * This method accepts data of type [Blob], [ByteBuffer], [String], or",
+ " * [TypedData]. Named variants [sendBlob], [sendByteBuffer], [sendString],",
+ " * or [sendTypedData], in constrast, only accept data of the specified type.",
+ " */"
+ ]
+ }
},
"XMLHttpRequest": {
"members": {
« no previous file with comments | « tests/html/form_data_test.dart ('k') | tools/dom/dom.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698