nsITraceableChannel interface can be used to intercept HTTP communication in FF. See https://bugzilla.mozilla.org/show_bug.cgi?id=430155
Firebug uses it to cache all incoming HTTP data. The cache is consequently used e.g. when the user wants to see a net response in the Net panel. This solution avoids the well known double load problem. Honza On Sep 6, 7:35 pm, Alex <[EMAIL PROTECTED]> wrote: > > 3) support for nsITraceableChannel (you need nightly builds for > > Firefox 3.1 or 3.0.3 to use it) > > I have a question to the release notes: What is nsITraceableChannel? > > Thank you > Alexander --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
