nsIWyciwygChannel
IID: | c36730c0-a3b9-4732-9973-c5e7dbe0dabe |
Inherits From: | nsIChannel |
A channel to manage all cache-related interactions for layout when it is dealing with dynamic pages created through document.write(). This interface provides methods that will help layout save dynamic pages in cache for future retrievals.
Methods
void closeCacheEntry ( nsresult reason )
void writeToCacheEntry ( ACString script )
void closeCacheEntry ( nsresult reason )
Close the cache entry; subsequent writes have undefined behavior.
- Arguments:
- reason
void writeToCacheEntry ( ACString script )
Append data to the cache entry; opens the cache entry if necessary.
- Arguments:
- script
Reference documentation is generated from Mozilla's source.