out of memory exception browser crashing #7550
ShikshaInfotechPvtLtd
started this conversation in
General Discussions
Replies: 1 comment
-
if |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
data:function(){
return {
subTempNm:[]
}
}
methods:{
onFileUpload(){
var self=this;
I have a large JSON object having 5 lac rows ex jsonobject={name:"",age:"", and son.....};
while doing
self.subTempNm.push(jsonobject); // browser is crashing getting out of memory
}
}
Beta Was this translation helpful? Give feedback.
All reactions