Skip to content

Instantly share code, notes, and snippets.

@bilalucar
Created July 5, 2017 09:37
Show Gist options
  • Save bilalucar/d8523d2d4358b855bdd52150d25800e3 to your computer and use it in GitHub Desktop.
Save bilalucar/d8523d2d4358b855bdd52150d25800e3 to your computer and use it in GitHub Desktop.
Push.js
Push.create("Hello world!", {
body: "How's it hangin'?",
icon: 'icon.png',
timeout: 4000,
onClick: function () {
window.focus();
this.close();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment