This repository was archived by the owner on Sep 28, 2022. It is now read-only.
Description < !-- Instructions: https://github.com/PolymerElements/platinum-sw/CONTRIBUTING.md#filing-issues -->
^^^ that page does not exist - should be https://github.com/PolymerElements/platinum-sw/blob/master/CONTRIBUTING.md ?
Description
Setting the cache-id attribute on <platinum-sw-cache> or setting the cacheId property has no effect.
Expected outcome
I expect the cache name as listed on the chrome dev tools Resources -> Cache Storage to include the string I specify.
Actual outcome
It does not include the string I specify.
Steps to reproduce
Create a simple web page with a platinum-sw, and add a cache-id attribute :
<platinum-sw-register auto-register clients-claim skip-waiting>
<platinum-sw-cache cache-id="999" default-cache-strategy="fastest"></platinum-sw-cache>
</platinum-sw-register>
Run server
Open page in browser and open chrome dev tools and look for the name of the cache.
Reactions are currently unavailable
< !-- Instructions: https://github.com/PolymerElements/platinum-sw/CONTRIBUTING.md#filing-issues -->
^^^ that page does not exist - should be https://github.com/PolymerElements/platinum-sw/blob/master/CONTRIBUTING.md?
Description
Setting the cache-id attribute on
<platinum-sw-cache>or setting the cacheId property has no effect.Expected outcome
I expect the cache name as listed on the chrome dev tools Resources -> Cache Storage to include the string I specify.
Actual outcome
It does not include the string I specify.
Steps to reproduce
cache-idattribute :