mirror of
https://github.com/liriliri/eruda.git
synced 2026-04-05 10:28:34 +08:00
fixed bug about network tool
This commit is contained in:
@@ -98,6 +98,7 @@ export default class Network extends Tool {
|
||||
|
||||
if (this._origOpen) winXhrProto.open = this._origOpen
|
||||
if (this._origSend) winXhrProto.send = this._origSend
|
||||
if (this._origSetRequestHeader) winXhrProto.setRequestHeader = this._origSetRequestHeader
|
||||
}
|
||||
overrideFetch() {
|
||||
if (!this._isFetchSupported) return
|
||||
|
||||
Reference in New Issue
Block a user