Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

service worker needs to precache files #25

@davidmaxwaterman

Description

@davidmaxwaterman
  1. build app and run server
  2. load app in chrome
  3. turn off network
  4. reload app - works fine since all resources on the main view are cached by the service worker
  5. click on the memory hamburger button

expect:
it should display as if online

actual:
various resources are missing, and weren't access when online and so weren't cached. all resources need to be listed in the platinum-sw-cache precache attribute....perhaps they need to be bound as per the example :
https://github.com/PolymerElements/platinum-sw/blob/master/demo/index.html#L50

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions