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