javascript-errors-notifier icon indicating copy to clipboard operation
javascript-errors-notifier copied to clipboard

Microsoft Edge support

Open fairking opened this issue 5 years ago • 3 comments

The extension doesn't work in Microsoft Edge,

It throws the following error:

Uncaught TypeError: Cannot read property 'url' of null
    at handleNewError (content.js:62)
    at HTMLDocument.<anonymous> (content.js:95)
handleNewError @ content.js:62
(anonymous) @ content.js:95
error (async)
codeToInject @ VM8647:58
(anonymous) @ VM8647:70
(anonymous) @ content.js:172
(anonymous) @ content.js:1

image

fairking avatar Jul 08 '20 16:07 fairking

image

image

fairking avatar Jul 08 '20 16:07 fairking

I think I managed to make a fix for this problem. Can you please test this fork and let me know whether it works for you? https://github.com/neochief/javascript-errors-notifier (download the archive, unarchive, then load unpacked extension from withing Chrome's Extensions page)

neochief avatar Aug 28 '20 10:08 neochief

Tested. it is working. With no errors it is not shown as red and there is no error Cannot read property 'url' of null. Within an error it shows the error and highlighted with red color. Thanks @neochief

fairking avatar Aug 28 '20 10:08 fairking