mirror of
https://github.com/openharmony/third_party_jsframework.git
synced 2026-07-18 20:44:48 -04:00
@@ -192,7 +192,7 @@ export function mockRequest() {
|
||||
args[len - 1].call(this, uploadedSize, totalSize)
|
||||
} else if (args[0] == 'headerReceive') {
|
||||
const header = "[PC Preview]: unknow header"
|
||||
args[len - 1].call(this, header)
|
||||
args[len - 1].call(this, header);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user