Question

I used a plugin which tries to get value by many methods, because some of them are not implemented in all browsers. The code is working everywhere and performs fine.

The problem is that IE does not support a Javascript function that is called. When the non-implemented browser function is called, I see the same window every time:

Microsoft JScript runtime error: Object doesn't support this property or method"

I want to stop the error from showing in Visual Studio. Is there any way to configure my Visual Studio to never break on errors and not tell me about them?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top