We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c509a7 commit 724c2e3Copy full SHA for 724c2e3
worker/client-channel.js
@@ -74,7 +74,7 @@ function createResponse(data, type, status, cache) {
74
'Content-Type': type
75
};
76
77
- if (!cache) headers['Cache-Control'] = 'public, max-age=0, must-revalidate';
+ //if (!cache) headers['Cache-Control'] = 'public, max-age=0, must-revalidate';
78
79
// create Response from data
80
const response = new Response(data, {
0 commit comments