Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 1 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /IndexedDB/idlharness.any.html - WPT Dashboard Interop Dashboard
- /IndexedDB/idlharness.any.serviceworker.html - WPT Dashboard Interop Dashboard
- /IndexedDB/idlharness.any.sharedworker.html - WPT Dashboard Interop Dashboard
- /IndexedDB/idlharness.any.worker.html - WPT Dashboard Interop Dashboard
// META: global=window,worker
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long
idl_test(
['IndexedDB'],
['html', 'dom'],
idl_array => {
idl_array.add_objects({
IDBCursor: [],
IDBCursorWithValue: [],
IDBDatabase: [],
IDBFactory: [self.indexedDB],
IDBIndex: [],
IDBKeyRange: [IDBKeyRange.only(0)],
IDBObjectStore: [],
IDBOpenDBRequest: [],
IDBRequest: [],
IDBTransaction: [],
IDBVersionChangeEvent: ['new IDBVersionChangeEvent("type")'],
DOMStringList: [],
});
}
);