OLD | NEW |
1 <h1>sockets</h1> | 1 <h1>sockets</h1> |
2 | 2 |
3 <p> | 3 <p> |
4 The <code>sockets</code> manifest property declares which permissions are | 4 The <code>sockets</code> manifest property declares which permissions are |
5 available for the $(ref:sockets.udp), $(ref:sockets.tcp) and | 5 available for the $(ref:sockets.udp), $(ref:sockets.tcp) and |
6 $(ref:sockets.tcpServer) APIs. | 6 $(ref:sockets.tcpServer) APIs. |
7 </p> | 7 </p> |
8 | 8 |
9 <h2 id="manifest">Sample manifest.json</h2> | 9 <h2 id="manifest">Sample manifest.json</h2> |
10 <pre data-filename="manifest.json"> | 10 <pre data-filename="manifest.json"> |
(...skipping 19 matching lines...) Expand all Loading... |
30 "listen": "127.0.0.1:80" | 30 "listen": "127.0.0.1:80" |
31 } | 31 } |
32 }, | 32 }, |
33 ... | 33 ... |
34 } | 34 } |
35 </pre> | 35 </pre> |
36 | 36 |
37 <section> | 37 <section> |
38 <h2 id="reference">Reference</h2> | 38 <h2 id="reference">Reference</h2> |
39 <p class="api_reference"> | 39 <p class="api_reference"> |
40 {{+partials.type type:apis.manifestTypes.byName.sockets/}} | 40 {{+partials.type type:apis.extensionsManifestTypes.byName.sockets/}} |
41 </p> | 41 </p> |
42 </section> | 42 </section> |
OLD | NEW |