Implemented by
The nsIWebPageDescriptor interface allows content being displayed in one window to be loaded into another window without refetching it from the network. @status UNDER_REVIEW
[scriptable, uuid(6f30b676-3710-4c2c-80b1-0395fb26516e)]
interface nsIWebPageDescriptor : nsISupports
Constants
const
unsigned long
DISPLAY_AS_SOURCE = 1
const
unsigned long
DISPLAY_NORMAL = 2
Attributes
Retrieves the page descriptor for the curent document.
readonly attribute
nsISupports
currentDescriptor
Methods
Tells the object to load the page specified by the page descriptor
@return NS_OK -
NS_ERROR_FAILURE -
void
loadPage(in nsISupports aPageDescriptor, in unsigned long aDisplayType)
Compare to: