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 c0c1d04 commit 9323774Copy full SHA for 9323774
packages/cloudflare/src/cli/build/bundle-server.ts
@@ -94,7 +94,7 @@ fetch = globalThis.fetch;
94
const CustomRequest = class extends globalThis.Request {
95
constructor(input, init) {
96
if (init) {
97
- init.cache = undefined;
+ delete init.cache;
98
// https://github.com/cloudflare/workerd/issues/2746
99
// https://github.com/cloudflare/workerd/issues/3245
100
Object.defineProperty(init, "body", {
0 commit comments