Created by: JeromeDeLeon
I don't know if it's intentional or not, but I when I ran my code, TS yelled at me that there was typescript error saying the statement below for serviceWorker.ts
.
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.