OLD | NEW |
1 <!-- BEGIN AUTHORED CONTENT --> | 1 <!-- BEGIN AUTHORED CONTENT --> |
2 <p id="classSummary"> | 2 |
3 For information on how to use experimental APIs, | |
4 see the <a href="experimental.html">chrome.experimental.* APIs</a> page. | |
5 </p> | |
6 | 3 |
7 <h2>Notes</h2> | 4 <h2>Notes</h2> |
8 | 5 |
9 <p> | 6 <p> |
10 For all functions exposed by this API, the argument to the callback indicates | 7 For all functions exposed by this API, the argument to the callback indicates |
11 whether or not the event was successfully dispatched, not whether the event was | 8 whether or not the event was successfully dispatched, not whether the event was |
12 successfully processed and handled. Most callers won't care, since a failure | 9 successfully processed and handled. Most callers won't care, since a failure |
13 generally indicates the tab is going away. | 10 generally indicates the tab is going away. |
14 </p> | 11 </p> |
15 | 12 |
16 <!-- END AUTHORED CONTENT --> | 13 <!-- END AUTHORED CONTENT --> |
OLD | NEW |