mirror of
https://github.com/daief/gm-response-proxy.git
synced 2026-03-15 02:33:17 +08:00
fix: bug
This commit is contained in:
@@ -39,6 +39,8 @@ if (typeof Response !== 'undefined') {
|
||||
return nativeRes;
|
||||
}
|
||||
}
|
||||
|
||||
return nativeRes;
|
||||
};
|
||||
|
||||
Response.prototype.text = async function (this: Response, ...args) {
|
||||
|
||||
Reference in New Issue
Block a user