You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: