This commit is contained in:
daief
2020-11-30 16:35:22 +08:00
parent bde9e2a9bd
commit 0a441e5423

View File

@@ -39,6 +39,8 @@ if (typeof Response !== 'undefined') {
return nativeRes;
}
}
return nativeRes;
};
Response.prototype.text = async function (this: Response, ...args) {