Hacker News new | ask | show | jobs
by Flenser 4434 days ago
if you're debugging in chrome but also running in browsers that don't support console.log in workers you can use this polyfill:

https://github.com/paulmillr/console-polyfill/blob/master/in...