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

No documentation for options #9

Open
ghost opened this issue Apr 11, 2014 · 2 comments
Open

No documentation for options #9

ghost opened this issue Apr 11, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Apr 11, 2014

Hello,

I was just trying to drop this into a project, but it was painful because there is no documentation on each of the options that is listed at https://getfirebug.com/firebuglite#Options

Some of them are obvious. Here are the ones that I found non-obvious and my questions about them. Thanks!

  • enableTrace: What is trace? I seem to get log messages no matter how this is set.
  • enablePersistent: Persistent what?
  • disableWhenFirebugActive: Disable what?
  • disableXHRListener: Setting this to true causes an error in IE10 of "Object doesn't support property or method 'getNativeXHRObject'" - Shouldn't things not be attempting to get native XHR objects when disableXHRListener is true?
@ghost
Copy link
Author

ghost commented Apr 11, 2014

I also just want to let you know - I searched the firebug wiki and google for a solid 20 minutes or so and I found nothing that sounded authoritative.

@Inversion-des
Copy link

I agree, these options really need description.
And some really do not work:

  • disableXHRListener (I can still see POST requests in the console),
  • enableTrace (Trace tab is still there).

I have used it like this:
<script src="https://getfirebug.com/firebug-lite.js#startOpened,disableXHRListener"></script>

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

1 participant