Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft Edge support #92

Open
fairking opened this issue Jul 8, 2020 · 3 comments
Open

Microsoft Edge support #92

fairking opened this issue Jul 8, 2020 · 3 comments

Comments

@fairking
Copy link

fairking commented Jul 8, 2020

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
Copy link
Author

fairking commented Jul 8, 2020

image

image

@neochief
Copy link

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)

@fairking
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants