UNPKG

emailjs-tcp-socket

Version:

This shim brings the W3C Raw Socket API to node.js and Chromium. Its purpose is to enable apps to use the same api in Firefox OS, Chrome OS, and on the server.

20 lines (15 loc) 434 B
<!DOCTYPE html> <html style="overflow-y: auto"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <link href="mocha.css" rel="stylesheet" /> </head> <body> <div id="mocha"></div> <script src="mocha.js"></script> <script src="chai.js"></script> <script src="mocha-prepare.js"></script> <script src="chrome-integration.comp.js"></script> <script src="mocha-run.js"></script> </body> </html>