Desktop Notifications for console logs in browser
1–10 of 11 posts
Re: Desktop Notifications for console logs in browser
#2Re: Desktop Notifications for console logs in browser
#3Re: Desktop Notifications for console logs in browser
#4During 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 lin…
Re: Desktop Notifications for console logs in browser
#5During 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 lin…
Exactly :) Thanks for putting it out there
Re: Desktop Notifications for console logs in browser
#6Re: Desktop Notifications for console logs in browser
#7Re: Desktop Notifications for console logs in browser
#8During 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 lin…
Re: Desktop Notifications for console logs in browser
#9Wouldn't it be easier as a browser extension that just gives a notification every time console.log is called?
Re: Desktop Notifications for console logs in browser
#10Am i missing something here? Wouldn't it be easier as a browser extension that just gives a notification every time console.log is called?