Sha256: 57c4db4246244aa714ee1192a367601141c8f65ee0a1e663017bcc1d58af63db
Contents?: true
Size: 436 Bytes
Versions: 27
Compression:
Stored size: 436 Bytes
Contents
<html> <head> <title>debug()</title> <script src="../debug.js"></script> <script> // type debug.enable('*') in // the console and refresh :) a = debug('worker:a'); b = debug('worker:b'); setInterval(function(){ a('doing some work'); }, 1000); setInterval(function(){ a('doing some work'); }, 1200); </script> </head> <body> </body> </html>
Version data entries
27 entries across 27 versions & 2 rubygems