Currently testing with 2.0.0.12, however our extension is currently compatible with FF 1.5 thru 3.0 betas.
Note, we also make use of the nsIHttpActivityObserver, which (among other things) passes the ACTIVITY_SUBTYPE_RESPONSE_COMPLETE state flag which reports when the complete response was received. From that we have the associated channel. Assuming this is a good hook point for the moment the complete body of the response is received, is it possible to tap into whatever stream may be associated with the open channel and re-read it? Boris Zbarsky wrote: > carglue wrote: >> Source code follows. > > One other question. Against what Firefox version are you running? > > That code looks to me like it should work... > > -Boris _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
