An interface that describes an object representing a patch file that can
be downloaded and applied to a version of this application so that it
can be updated.
Serializes this patch object into a DOM Element
updates | The document to serialize into |
The DOM Element created by the serialization process |
The type of this patch:
“partial” A binary difference between two application versions
“complete” A complete patch containing all of the replacement files
to update to the new version
The URL this patch was being downloaded from
The final URL this patch was being downloaded from
The hash function to use when determining this file’s integrity
The value of the hash function named above that should be computed if
this file is not corrupt.
The size of this file, in bytes.
The state of this patch
true if this patch is currently selected as the patch to be downloaded and
installed for this update transaction, false if another patch from this
update has been selected.