UNPKG

uupaa.webintent.js

Version:
19 lines (13 loc) 462 B
<!DOCTYPE html><html><head><title>WebIntent test</title> <meta name="viewport" content="width=device-width, user-scalable=no"> <meta charset="utf-8"></head><body> <script src="../lib/WebModule.js"></script> <script> // publish to global WebModule.publish = true; </script> <script src="wmtools.js"></script> <script src="../lib/WebIntent.js"></script> <script src="../release/WebIntent.b.min.js"></script> <script src="testcase.js"></script> </body></html>