| OLD | NEW |
| (Empty) |
| 1 <table class="intro"> | |
| 2 <tr> | |
| 3 <th scope="col"></th> | |
| 4 <th scope="col"></th> | |
| 5 </tr> | |
| 6 <tr> | |
| 7 <td><strong>Description:</strong></td> | |
| 8 <td>Use the <code>chrome.socket</code> module | |
| 9 to send and receive data over the network | |
| 10 using TCP and UDP connections.</td> | |
| 11 </tr> | |
| 12 <tr> | |
| 13 <td><strong>Availability:</strong></td> | |
| 14 <td>Google Chrome 24</td> | |
| 15 </tr> | |
| 16 <tr> | |
| 17 <td><strong>Permissions:</strong></td> | |
| 18 <td><code>"socket": ["rule1", "rule2"]</code><br> | |
| 19 For example: <code>"socket": ["tcp-connect:*:*"]</code> | |
| 20 means connecting on any port of any host. | |
| 21 See <a href="app_network.html">Network Communications</a> for rule syntax.
</td> | |
| 22 </tr> | |
| 23 <tr> | |
| 24 <td><strong>Learn more:</strong></td> | |
| 25 <td><a href="app_network.html">Network Communications</a><br> | |
| 26 <a href="sencha_framework.html">Build Apps with Sencha ExtJS</a><br> | |
| 27 <a href="https://developers.google.com/live/shows/7320022-5001/">Chrome Apps
Office Hours: Networking APIs</a><br> | |
| 28 <a href="https://developers.google.com/live/shows/7320022-2001/">Chrome Apps
Office Hours: Controlling an AR Parrot | |
| 29 Drone</a></td> | |
| 30 </tr> | |
| 31 </table> | |
| OLD | NEW |