Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <p id="classSummary"> | 1 <table class="intro"> |
| 2 Use the <code>chrome.socket</code> module | 2 <tr> |
| 3 to send and receive data over the network | 3 <th scope="col"></th> |
| 4 using TCP and UDP connections. | 4 <th scope="col"></th> |
| 5 </p> | 5 </tr> |
| 6 | 6 <tr> |
| 7 <p> | 7 <td><strong>Description:</strong></td> |
| 8 Read the <a href="app_network.html">Network Communications</a> documentation | 8 <td>Use the <code>chrome.socket</code> module |
| 9 to find out how to use this API. | 9 to send and receive data over the network |
| 10 </p> | 10 using TCP and UDP connections.</td> |
| 11 </tr> | |
| 12 <tr> | |
| 13 <td><strong>Availability:</strong></td> | |
| 14 <td>On target to be stable in Chrome 24</td> | |
|
saroop
2012/12/21 00:39:44
Can we change this to devchannel and update to sta
| |
| 15 </tr> | |
| 16 <tr> | |
| 17 <td><strong>Permissions:</strong></td> | |
| 18 <td><code>"socket": ["rule1", "rule2"]</code><br> | |
|
saroop
2012/12/21 00:39:44
rule1, rule2 are confusing and may be mistaken for
| |
| 19 See <a href="app_network.html">Network Communications</a> for rule syntax. </td> | |
| 20 </tr> | |
| 21 <tr> | |
| 22 <td><strong>Learn more:</strong></td> | |
| 23 <td><a href="app_network.html">Network Communications</a><br> | |
| 24 <a href="sencha_framework.html">Build Apps with Sencha ExtJS</a><br> | |
| 25 <a href="https://developers.google.com/live/shows/7320022-5001/">Chrome Apps Office Hours: Networking APIs</a><br> | |
| 26 <a href="https://developers.google.com/live/shows/7320022-2001/">Chrome Apps Office Hours: Controlling an AR Parrot | |
| 27 Drone</a></td> | |
| 28 </tr> | |
| 29 </table> | |
| OLD | NEW |