UNPKG

blob

Version:

Abstracts out Blob and uses BlobBuilder in cases where it is supported with any vendor prefix.

15 lines 464 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Mocha Tests</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" href="../node_modules/mocha/mocha.css" /> <script src="../node_modules/mocha/mocha.js"></script> </head> <body> <div id="mocha"></div> <script type="module" src="setup.js"></script> <script type="module" src="run.js"></script> </body> </html>