Michael Stillwell

Results 43 comments of Michael Stillwell

Browsers will probably implement this eventually ([Chrome info](https://www.chromestatus.com/feature/5050913014153216)) so this would need to work with and without native support. `stale-if-error` would be interesting to implement too.

Closing this issue; please create a new issue if the problem persists.

Thanks for your interest in node-fishback! The development team appreciate your comments! You can currently modify request headers (and URL) before they go out over the wire, and response headers...

Sorry, didn't mean to close this important issue.

@patrickkettner I'm not entirely sure what mechanisms are available. Best case would be transforming the HTML to add ``. But it might be sufficient to inject via JS (pretty sure...

I can't think of any strong reasons for not versioning service workers and manifests apart from making it easier to uniquely identify PWAs, though @slightlyoff may have some thoughts. (I...

Ah, sorry! **Expected** Lighthouse issues an error/warning when a manifest or service worker is "versioned." e.g. `https://weather.com/weather/assets/manifest.507fcb498f4e29acfeed7596fe002857.json`. **Actual** Lighthouse does not issue an error/warning. **Rationale** It's useful/necessary to uniquely identify...

https://pwa-directory.appspot.com/ has a collection of over 1000 manifest that can be accessed via its API that can be used to test heuristics. @mgiuca's suggestion looks pretty good. I would suggest...

One reason I think this should be avoided is that the concatenation mixes together different "types": `urlPath` is in the URL space, `outputDir` is in the filesystem space, so joining...

I think I'd be happy with `eleventy-plugin-amp` staying out of the way and passing through as much as possible, even if this means users of the plugin need to configure...