cloudflare-esi
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -69,2 +69,6 @@ import { create as createHandleChunk } from "./handleChunk"; | ||
Object.defineProperty(resp, "url", { value: response.url }); | ||
// process postBody function if relevant | ||
if (this.postBodyFunction) { | ||
this.postBodyFunction(); | ||
} | ||
return resp; | ||
@@ -71,0 +75,0 @@ } |
{ | ||
"name": "cloudflare-esi", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"repository": "cdloh/cloudflare-esi", | ||
@@ -5,0 +5,0 @@ "description": "ESI Parser built to run in Cloudflare workers", |
Sorry, the diff of this file is not supported yet
107602
1530