Interface AsarGetDataOptions

Options for getting the Asar archive data. All options are treated as false by default.

Hierarchy

  • AsarGetDataOptions

Properties

noRecalculateIntegrity: boolean

When getting the Asar archive data, the file integrity is recalculated by default, even if it is already present in a FileEntry. If this option is enabled, the file integrity will not be recalculated if it is already present.

noSort: boolean

By default, the files are sorted alphabetically in the Asar archive header. If this option is enabled, the files will not be sorted, which could speed up getting the Asar archive data.

returnHeader: boolean
returnHeaderString: boolean
returnRawHeader: boolean
returnRawHeaderSize: boolean

Generated using TypeDoc