diff --git a/src/utils/net/http-response.ts b/src/utils/net/http-response.ts index e5109c5..ea4c332 100644 --- a/src/utils/net/http-response.ts +++ b/src/utils/net/http-response.ts @@ -289,7 +289,7 @@ class CachedHttpResponse implements HttpResponse { * @inheritdoc */ get bodyUsed(): boolean { - return false; + return !this._blob && !this._formData && this._response.bodyUsed; } /**