The getPreventDefault () method should no longer be used. Instead, use defaultPrevented - BrowserLink

0

I get this error on all pages when browserlink is enabled:

  

The getPreventDefault () method should no longer be used. Instead, use defaultPrevented. browserLink: 37: 40278

Here is the image:

Unchecking Browser Link , the error disappears.

Any solution with Browser Link checked?

    
asked by anonymous 20.02.2017 / 19:36

1 answer

1

No. The browser link is a feature of Visual Studio that works by injecting JavaScript into pages.

If you want to continue using the feature, you will continue to receive the message. If this is a warning it is possible to disable depending on browser . If it is really a bug that is preventing you from testing the application, probably updating the browser link to a newer version will solve.

    
20.02.2017 / 20:48