UNPKG

mixfill

Version:
18 lines 381 B
<!DOCTYPE html> <html> <head> <title>Loaded</title> <script type="text/javascript" src="index.js"></script> <script type="text/javascript"> var MixFill = require('mixfill'), mixfill = new MixFill('/'); mixfill.all(function(e){ if(e) throw e; console.log('loaded promise:',window.Promise); }); </script> </head> <body> asdasdasdasd </body> </html>