miniflare
Advanced tools
Comparing version
@@ -13,3 +13,7 @@ // src/workers/assets/assets-kv.worker.ts | ||
let { filePath, contentType } = entry, response = await env[SharedBindings.MAYBE_SERVICE_BLOBS].fetch( | ||
new URL(filePath, "http://placeholder") | ||
new URL( | ||
// somewhere in blobservice I think this is being decoded again | ||
filePath.split("/").map((x) => encodeURIComponent(x)).join("/"), | ||
"http://placeholder" | ||
) | ||
), newResponse = new Response(response.body, response); | ||
@@ -16,0 +20,0 @@ return newResponse.headers.append( |
{ | ||
"name": "miniflare", | ||
"version": "0.0.0-6dbbb8809", | ||
"version": "0.0.0-74d719fb8", | ||
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers", | ||
@@ -82,3 +82,3 @@ "keywords": [ | ||
"@cloudflare/kv-asset-handler": "0.3.4", | ||
"@cloudflare/workers-shared": "0.0.0-6dbbb8809" | ||
"@cloudflare/workers-shared": "0.0.0-74d719fb8" | ||
}, | ||
@@ -85,0 +85,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2533770
0.08%39659
0.19%