nsISupports
Last changed in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)nsIDOMElement serialize(in nsIDOMDocument updates); |
Attribute | Type | Description |
finalURL | AString | The final URL this patch was being downloaded from. |
hashFunction | AString | The hash function to use when determining the integrity of the patch file. |
hashValue | AString | The value of the hash function named in hashFunction that should be computed if the file is not corrupt. |
selected | boolean | true if this patch is currently selected as the patch to be downloaded and installed for this update transaction. false if another update is selected. |
size | unsigned long | The size of the patch file in bytes. |
state | AString | The state of this patch. |
type | AString | The type of patch represented by the object:
|
URL | AString | The URL from which the patch was downloaded. |
Serializes the patch object into a DOM element.
nsIDOMElement serialize( in nsIDOMDocument updates );
updates
The patch object serialized into an nsIDOMElement
.