Hacker News new | ask | show | jobs
by sheer_horror 3537 days ago
During development, I have to check the browser's inspector periodically to see what my console.log()'s are saying. This leads to having two browser windows open: The browser and the inspector. And in the inspector, I usually only need to see the console. With these desktop notifications, I can develop and debug web apps with just two open windows: A single browser window and a terminal. And it's only adding ~100 lines to your project.
2 comments

And what happens when it is a more complex object with many attributes?
Exactly :) Thanks for putting it out there
I'm adding this to the description