googlecodelabs / workbox-indexeddb

Apache License 2.0
60 stars 22 forks source link

Chapter 8 - Missing '{' #11

Closed alboteanud closed 6 years ago

alboteanud commented 6 years ago

const showNotification = () => { self.registration.showNotification('Background sync success!',{ <- PROBLEM missing '{' in the black screen ...

Chapter 8 app/src/sw.js

DavidScales commented 6 years ago

Thanks @alboteanud! I've fixed the typo & republished.