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": { |