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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/intros/socket.html

Issue 10908045: Added intro to socket API reference docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <p id="classSummary">
2 Use the <code>chrome.socket</code> module
3 to send and receive data over the network
4 using TCP and UDP connections.
5 </p>
6
7 <p>
8 Read the <a href="app_network.html">Network Communications</a> documentation
9 to find out how to use this API.
10 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698