diff --git a/src/proxy/fetch.ts b/src/proxy/fetch.ts index 9452f5e..8321b49 100644 --- a/src/proxy/fetch.ts +++ b/src/proxy/fetch.ts @@ -39,6 +39,8 @@ if (typeof Response !== 'undefined') { return nativeRes; } } + + return nativeRes; }; Response.prototype.text = async function (this: Response, ...args) {