Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /IndexedDB/interleaved-cursors-large.any.html - WPT Dashboard Interop Dashboard
- /IndexedDB/interleaved-cursors-large.any.serviceworker.html - WPT Dashboard Interop Dashboard
- /IndexedDB/interleaved-cursors-large.any.sharedworker.html - WPT Dashboard Interop Dashboard
- /IndexedDB/interleaved-cursors-large.any.worker.html - WPT Dashboard Interop Dashboard
// META: title=IndexedDB: Interleaved iteration of multiple cursors
// META: global=window,worker
// META: script=resources/support-promises.js
// META: script=resources/interleaved-cursors-common.js
// META: timeout=long
'use strict';
cursorTest(250);