Created
March 14, 2018 07:27
-
-
Save vldvel/38819d42e586f3b87084f7218fd0be39 to your computer and use it in GitHub Desktop.
Notification check
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (!('Notification' in window)) { | |
// Place notification logic here | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment