I am getting a javascript error "JavaScript runtime error: Object doesn't support property or method 'bind'" unable to find what is causing the error. How can I debig/find out the cause for the issue.. below is the screenshot of the error. I am getting this error some time and sometimes it does not
Asked
Active
Viewed 53 times
0
-
what happens when you click break? – Donal Aug 28 '14 at 01:42
-
@Donal when I click Break, it stopping the execution – msbyuva Aug 28 '14 at 01:50
-
1ok, In Internet Explorer, go to tool Internet Options and un-check the 'Disable Script Debugging' option. That should allow you to view the line of code that is causing the issue - next time you click Break. – Donal Aug 28 '14 at 01:51
-
Disable browser link. And show me some code which might be the source of problem. – deostroll Aug 28 '14 at 01:59
-
@deostroll after disabling the browser link now I am not getting the error... I don't understand what is causing the error.. – msbyuva Aug 28 '14 at 02:31
-
Are you able to view the problematic source code? – deostroll Aug 28 '14 at 02:37
-
@deostroll not now. I will keep monitoring if I get will post here. – msbyuva Aug 28 '14 at 02:39
-
perhaps issue is with ie8. browser link is a technology that employs web sockets. I don't think ie 8 supports that...so the error. And how come ie 8? What os are you using? This is mostly an issue during debugging. – deostroll Aug 28 '14 at 04:16