notification-logger icon indicating copy to clipboard operation
notification-logger copied to clipboard

Desktop notification for your console Logs

Results 7 notification-logger issues
Sort by recently updated
recently updated
newest added

I've created a test repo for demonstration - https://jarifibrahim.github.io/test/ The notification works on Chrome desktop and android. The only catch is for android notifications to work, the website should be...

Using the following javascript one may include and init the notification logger at any page without having to put dev-only dependencies or script tags into the code: ``` if (typeof...

According to [this specs](https://developer.mozilla.org/ru/docs/Web/API/Notification/requestPermission) using with a callback method is deprecated, so better use promises.

Hey, Great idea on the script! As far as unwrapping objects would you just use JSON.stringify?

The notification web API supports multiple options - https://developer.mozilla.org/en-US/docs/Web/API/Notification/Notification These options could be used to customise the notifications.

I’ve tested your demo in browsers on Android; it works in Firefox, but not in Chrome. Could you confirm?

![image](https://cloud.githubusercontent.com/assets/3439246/19317195/854a9ca8-90a4-11e6-8aa9-2cc850f2b9df.png) Running on Linux Mint 18 with Google Chrome (53.0.2785.143)