UNPKG

idb-iegap

Version:

Polyfill that makes IE10 / IE11 support the full IndexedDB specification by implementing compound and multiEntry index handling

17 lines (16 loc) 502 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>idb-iegap unit tests</title> <link rel="stylesheet" href="../bower_components/qunit/qunit/qunit.css"> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <script src="../bower_components/qunit/qunit/qunit.js"></script> <script src="../idb-iegap.js"></script> <script src="../bower_components/dexie/dist/latest/Dexie.js"></script> <script src="tests-common.js"></script> </body> </html>