Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /IndexedDB/request-event-ordering-large-values.any.html - WPT Dashboard Interop Dashboard
- /IndexedDB/request-event-ordering-large-values.any.serviceworker.html - WPT Dashboard Interop Dashboard
- /IndexedDB/request-event-ordering-large-values.any.sharedworker.html - WPT Dashboard Interop Dashboard
- /IndexedDB/request-event-ordering-large-values.any.worker.html - WPT Dashboard Interop Dashboard
// META: title=IndexedDB: request result events are delivered in order
// META: global=window,worker
// META: script=resources/support-promises.js
// META: script=resources/support.js
// META: script=resources/request-event-ordering-common.js
// META: timeout=long
'use strict';
eventsTest('large values', [
['open', 1],
['get', 1],
['getall', 4],
['get', 3],
['continue', 3],
['open', 3],
]);