9 lines
255 B
JavaScript
9 lines
255 B
JavaScript
// 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);
|