Created
March 6, 2017 22:23
-
-
Save gauntface/7e1dd6c96a5bb6d6ce1a40ab03a9fb37 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| navigator.serviceWorker.addEventListener('message', function(event) { | |
| // Service worker received a push message | |
| // TODO: Perform assertions / check test passed. | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment