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

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

Issue 11635032: Added introductory tables to Chrome apps APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
1 <p id="classSummary"> 1 <table class="intro">
2 Use the <code>chrome.serial</code> module 2 <tr>
3 to read from and write to a device connected to a serial port. 3 <th scope="col"></th>
4 </p> 4 <th scope="col"></th>
5 5 </tr>
6 <h4>Related Documentation</h4> 6 <tr>
7 <ul> 7 <td><strong>Description:</strong></td>
8 » <li><a href="app_hardware.html">Accessing Hardware Devices</a></li> 8 <td>Use the <code>chrome.serial</code> module
9 </ul> 9 to read from and write to a device connected to a serial port.
10 </td>
11 </tr>
12 <tr>
13 <td><strong>Availability:</strong></td>
14 <td>Google Chrome 23</td>
15 </tr>
16 <tr>
17 <td><strong>Permissions:</strong></td>
18 <td><code>"serial"</code></td>
19 </tr>
20 <tr>
21 <td><strong>Learn more:</strong></td>
22 <td><a href="app_hardware.html">Accessing Hardware Devices</a></td>
23 </tr>
24 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698