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

New versions of Firebug are not detected #16

Closed
rensatsu opened this issue Apr 7, 2015 · 1 comment
Closed

New versions of Firebug are not detected #16

rensatsu opened this issue Apr 7, 2015 · 1 comment

Comments

@rensatsu
Copy link

rensatsu commented Apr 7, 2015

It seems that new versions of Firebug doesn't modify 'window' object with 'Firebug', so it's useless to check for 'window.Firebug'. It instead adds new function called 'window.console.exception' which can be used for detection.

@sindresorhus
Copy link
Owner

It will still detect Firebug when it's docked. Also window.console.exception seems to be available even when Firebug is not open though, so can't really use that. Other suggestions welcome :)

@rensatsu rensatsu closed this as completed Sep 4, 2019
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