<!-- Instructions: https://github.com/PolymerElements/platinum-sw/CONTRIBUTING.md#filing-issues --> ### Description <!-- Example: The `paper-foo` element causes the page to turn pink when clicked. --> `<platinum-sw-register>` doesn't respect `<base>` ### Steps to reproduce ``` <base href="/somewhere"> <platinum-sw-register href="sw.js"> ``` Requests `sw.js` rather than `/somewhere/sw.js`.
Description
<platinum-sw-register>doesn't respect<base>Steps to reproduce
Requests
sw.jsrather than/somewhere/sw.js.