| OLD | NEW |
| 1 CONSOLE WARNING: 'DOMStringList.contains()' is deprecated, and will be removed. |
| 1 | 2 |
| 2 Tests asynchronous call stacks for IndexedDB. | 3 Tests asynchronous call stacks for IndexedDB. |
| 3 | 4 |
| 4 Set timer for test function. | 5 Set timer for test function. |
| 5 Captured call stacks in no particular order: | 6 Captured call stacks in no particular order: |
| 6 Call stack: | 7 Call stack: |
| 7 0) onSuccessCursorRequest (async-callstack-indexed-db.html:75) | 8 0) onSuccessCursorRequest (async-callstack-indexed-db.html:75) |
| 8 [IndexedDB] | 9 [IndexedDB] |
| 9 0) getAllItems (async-callstack-indexed-db.html:68) | 10 0) getAllItems (async-callstack-indexed-db.html:68) |
| 10 1) onSuccessStorePut (async-callstack-indexed-db.html:60) | 11 1) onSuccessStorePut (async-callstack-indexed-db.html:60) |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 0) testFunction (async-callstack-indexed-db.html:12) | 64 0) testFunction (async-callstack-indexed-db.html:12) |
| 64 | 65 |
| 65 Call stack: | 66 Call stack: |
| 66 0) onUpgradeNeeded (async-callstack-indexed-db.html:31) | 67 0) onUpgradeNeeded (async-callstack-indexed-db.html:31) |
| 67 [IndexedDB] | 68 [IndexedDB] |
| 68 0) openDB (async-callstack-indexed-db.html:23) | 69 0) openDB (async-callstack-indexed-db.html:23) |
| 69 [setTimeout] | 70 [setTimeout] |
| 70 0) testFunction (async-callstack-indexed-db.html:12) | 71 0) testFunction (async-callstack-indexed-db.html:12) |
| 71 | 72 |
| 72 | 73 |
| OLD | NEW |