send method
[This documentation is preliminary and is subject to change.]
Sends a string of data to the server.
Syntax
object.send(data)Parameters
- data [in]
-
Type: DOMString
Return value
This method does not return a value.
Remarks
This method can throw one of the following exceptions:
| Exception | Description |
|---|---|
| InvalidStateError(11) | The connection is not currently OPEN. |
See also
Send comments about this topic to Microsoft
Build date: 7/16/2012
Community Additions
Show: