UNPKG

indexed-db-stream

Version:

Use node.js streams to read from / write to an IndexedDB.

21 lines (18 loc) 496 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Indexed-DB Stream | Unit-Tests</title> <link rel="stylesheet" href="../node_modules/mocha/mocha.css" /> <script src="../node_modules/mocha/mocha.js"></script> <script> mocha.setup('bdd'); </script> <script src="bundle.js"></script> </head> <body> <div id="mocha"></div> </body> <script>mocha.run()</script> </html>