We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library Affected: workbox-cache-expiration
Browser & Platform: Chrome, and others
Issue or Feature Request Description: @pbakaus reported an issue in which a route for a CORS resource that uses cacheFirst + maxAgeSeconds isn't behaving like it should. The configuration is https://github.com/ampproject/amp-publisher-sample/blob/master/amp-pwa-reader/src/sw.js#L18, and a live example is at https://amp.cards/
cacheFirst
maxAgeSeconds
From what I can tell, the original response is reused indefinitely, instead of expiring after 5 minutes have passed.
The text was updated successfully, but these errors were encountered:
jeffposnick
Successfully merging a pull request may close this issue.
Library Affected:
workbox-cache-expiration
Browser & Platform:
Chrome, and others
Issue or Feature Request Description:
@pbakaus reported an issue in which a route for a CORS resource that uses
cacheFirst
+maxAgeSeconds
isn't behaving like it should. The configuration is https://github.com/ampproject/amp-publisher-sample/blob/master/amp-pwa-reader/src/sw.js#L18, and a live example is at https://amp.cards/From what I can tell, the original response is reused indefinitely, instead of expiring after 5 minutes have passed.
The text was updated successfully, but these errors were encountered: