OLD | NEW |
(Empty) | |
| 1 <h1>chrome.* APIs</h1> |
| 2 |
| 3 |
| 4 <h2 id="supported">Supported APIs</h2> |
| 5 |
| 6 <p>Here are the currently supported APIs for packaged apps: |
| 7 |
| 8 <ul> |
| 9 <li jsselect="listPlatformAppAPIs(false);"><a jsvalues=".href: $this + '.html'
" jscontent="$this" href="bookmarks.html" js>bookmarks</a> |
| 10 </li> |
| 11 </ul> |
| 12 |
| 13 <h2 id="experimental">Experimental APIs</h2> |
| 14 |
| 15 <p> |
| 16 The following APIs are still under active development. |
| 17 </p> |
| 18 |
| 19 <ul> |
| 20 <li jsselect="listPlatformAppAPIs(true);"><a jsvalues=".href: $this + '.html'"
jscontent="$this" href="bookmarks.html" js>bookmarks</a> |
| 21 </li> |
| 22 </ul> |
| 23 |
| 24 <h2 id="conventions">API conventions</h2> |
| 25 |
| 26 <p> |
| 27 Unless the doc says otherwise, |
| 28 methods in the chrome.* APIs are <b>asynchronous</b>: |
| 29 they return immediately, |
| 30 without waiting for the operation to finish. |
| 31 If you need to know the outcome of an operation, |
| 32 then you pass a callback function into the method. |
| 33 For more information, watch this video: |
| 34 </p> |
OLD | NEW |