tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

interleaved-cursors-large.any.js (255B)


      1 // META: title=IndexedDB: Interleaved iteration of multiple cursors
      2 // META: global=window,worker
      3 // META: script=resources/support-promises.js
      4 // META: script=resources/interleaved-cursors-common.js
      5 // META: timeout=long
      6 
      7 'use strict';
      8 
      9 cursorTest(250);