carglue wrote: > I was reading the recent thread "how to modify response data from HTTP > GET requests" and it seemed that it may be possible to inspect the > response body contents stream at the point of observing the > 'http-on-examine-response' notification. Is this not the case?
Nope. "http-on-examine-response" is sent right after the headers have all been received. The data may be there by then, or it may not be. Or part of it may be. > Also, any idea why the LOAD_NO_NETWORK_IO and LOAD_ONLY_FROM_CACHE flags > would not prevent network activity as the documentation purports? Nope. Can I see the exact code you're using with them? -Boris _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
