googlecodelabs / workbox-indexeddb

Apache License 2.0
60 stars 22 forks source link

Changing regExp with broader validation #14

Open nachovz opened 6 years ago

nachovz commented 6 years ago

I was having problems with the url validation using the RegExp (using c9.io). I changed the url rule to focus on the pathname and it worked. I thought you might be interested in this small fix.

Great job!