PolymerElements / platinum-sw

Service Worker Polymer element
67 stars 16 forks source link

baseUri needs to be absolute. #66

Closed jeffposnick closed 9 years ago

jeffposnick commented 9 years ago

R: @wibblymat

I feel like window.location.href is as good a fallback URI to use as any, since there won't actually be a service worker registered in that case.

Closes #65