You need to sign in to do that
Don't have an account?

console.log(logLines) method - onBeaconResponse , file - beacon.js
Hi All,
I am wokring on a lightning component that in a community. my community is not laoding and no error message is coming in consle. but when i click on right side of console my cursor stopped at below point in beacon.js file -
"onBeaconResponse":function(action) {
if ("SUCCESS" === action.getState()) {
var logLines = action.getReturnValue();
console.log(logLines)
} else {
this.queue.push.apply(this.queue, action.getParam('batch'));
}
}
I dont kow what is beacon.js file, and form where is getting uplaoded.
I am wokring on a lightning component that in a community. my community is not laoding and no error message is coming in consle. but when i click on right side of console my cursor stopped at below point in beacon.js file -
"onBeaconResponse":function(action) {
if ("SUCCESS" === action.getState()) {
var logLines = action.getReturnValue();
console.log(logLines)
} else {
this.queue.push.apply(this.queue, action.getParam('batch'));
}
}
I dont kow what is beacon.js file, and form where is getting uplaoded.