UNPKG

web-threads

Version:

generic threads using web workers for the web

15 lines (14 loc) 318 B
<meta charset="UTF-8"> <html> <head> </head> <body> <div> <div id="el1"></div> <div id="el2"></div> <div id="el3"></div> <div id="el4"></div> </div> <script src="./index-cjs.js"></script> </body> </html>