UNPKG

tld.js

Version:

get the tld from a url

17 lines 545 B
<html> <head> <title>tld.js - tests</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="./static/mocha.css"/> <script src="../../build/build.js"></script> <script src="./static/mocha.js"></script> <script src="./static/chai.js"></script> <script src="../urls.js"></script> </head> <body> <div id="mocha"></div> <script>mocha.setup("qunit");</script> <script src="./specs/component.js"></script> <script>mocha.run();</script> </body> </html>