Skip to content

Instantly share code, notes, and snippets.

@ankitamasand
Created August 12, 2018 06:22
Show Gist options
  • Save ankitamasand/177018ed6a004c8d86e1733e6ffe4f0d to your computer and use it in GitHub Desktop.
Save ankitamasand/177018ed6a004c8d86e1733e6ffe4f0d to your computer and use it in GitHub Desktop.
this.addEventListener('message', (data) => {
if (data.source == 'service-worker') {
console.log(data.msg)
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment