On 1/29/07, dc <[EMAIL PROTECTED]> wrote:
Hi,

Is there any way – using firefox API - to get the raw HTML received from
the server? I have found few solutions, but none of them fits to what I
need:

In general this is not possible after the load is finished; the data
is sometimes stored in the cache, but it's not guaranteed to always be
there. You can use standard necko interfaces (search for nsIChannel)
to load the data from cache.

It is possible to hook up into the load process and receive the data
as it is being loaded from the server, but AFAIK there are no APIs
specifically for doing that.

Nickolay
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to