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

Asked

Viewed 313 times

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

Follow the image:

inserir a descrição da imagem aqui

Unchecking Browser Link, the error goes away.

Some solution with Browser Link marked?

1 answer

1


No. The browser link is a Visual Studio feature that works by injecting Javascript code 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 the browser. If it is really an error that is preventing you from testing the application, probably updating the browser link to a newer version will solve.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.