dc wrote: > In IE (maybe someone knows the equivalent flow) I have implemented it > using IPersistStreamInit and IStream interfaces.
For pages not involving POST, you can use the necko APIs and set the appropriate flags to only fetch from cache. You'll get an error if the data is not cached, of course, but then you can decide where you want to go from there.
For POST, life is harder -- you might want to dig down into how the view-source implementation works to see what it does...
-Boris _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
