提交 36081e6d 编写于 作者: Y yupeng

xiugai-api

Signed-off-by: Nyupeng <yupeng78@huawei.com>
上级 3f4063e1
...@@ -100,8 +100,7 @@ struct webONHttpErrorReceive { ...@@ -100,8 +100,7 @@ struct webONHttpErrorReceive {
Utils.emitEvent(event.response.getResponseMimeType(), 476); Utils.emitEvent(event.response.getResponseMimeType(), 476);
console.log('getResponseCode:' + event.response.getResponseCode()); console.log('getResponseCode:' + event.response.getResponseCode());
Utils.emitEvent(event.response.getResponseCode(), 478); Utils.emitEvent(event.response.getResponseCode(), 478);
this.title = JSON.stringify(event.response.getResponseCode()) + event.request.getRequestUrl(); console.log("this.title result is :" + JSON.stringify(event.response.getResponseCode()) + event.request.getRequestUrl());
console.log("this.title result is :" + this.title);
console.log('getReasonMessage:' + event.response.getReasonMessage()); console.log('getReasonMessage:' + event.response.getReasonMessage());
Utils.emitEvent(event.response.getReasonMessage(), 480); Utils.emitEvent(event.response.getReasonMessage(), 480);
let result = event.request.getRequestHeader() let result = event.request.getRequestHeader()
...@@ -124,7 +123,7 @@ struct webONHttpErrorReceive { ...@@ -124,7 +123,7 @@ struct webONHttpErrorReceive {
console.log('The response header last result is ' + this.responseKey + this.responseValue); console.log('The response header last result is ' + this.responseKey + this.responseValue);
Utils.emitEvent(this.responseKey, 486); Utils.emitEvent(this.responseKey, 486);
Utils.emitEvent(this.responseValue, 488); Utils.emitEvent(this.responseValue, 488);
Utils.emitEvent(this.title, 490) Utils.emitEvent(JSON.stringify(event.response.getResponseCode()) + event.request.getRequestUrl(), 490)
}) })
} }
} }
......
...@@ -85,13 +85,8 @@ struct webOnFirstContFour { ...@@ -85,13 +85,8 @@ struct webOnFirstContFour {
event.navigationStartTick + ", [firstContentfulPaintMs]:" + event.firstContentfulPaintMs + this.firstId) event.navigationStartTick + ", [firstContentfulPaintMs]:" + event.firstContentfulPaintMs + this.firstId)
if (event.firstContentfulPaintMs > 0 && event.navigationStartTick > 0) { if (event.firstContentfulPaintMs > 0 && event.navigationStartTick > 0) {
this.firstcontentfulpaint = true; this.firstcontentfulpaint = true;
console.error("result of onFirstContentfulPaint is: "+ this.firstcontentfulpaint + this.firstId);
}
})
.onPageEnd((event) => {
console.log('url' + event.url + this.firstcontentfulpaint + this.firstId);
if (this.firstBoo) {
Utils.emitEvent(this.firstcontentfulpaint, this.firstId) Utils.emitEvent(this.firstcontentfulpaint, this.firstId)
console.error("result of onFirstContentfulPaint is: "+ this.firstcontentfulpaint + this.firstId);
} }
}) })
} }
......
...@@ -85,11 +85,6 @@ struct webOnSslError { ...@@ -85,11 +85,6 @@ struct webOnSslError {
Utils.emitEvent(this.sslerrorText, this.firstId) Utils.emitEvent(this.sslerrorText, this.firstId)
return true return true
}) })
.onErrorReceive((event) => {
console.log('getErrorInfo:' + event.error.getErrorInfo())
console.log('getErrorCode:' + event.error.getErrorCode())
console.log('url:' + event.request.getRequestUrl())
})
} }
} }
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册