Interface AsarOptions

Options for initializing an Asar instance

Hierarchy

  • AsarOptions

Properties

noFileData: boolean

If enabled, file data will not be read from the Asar archive when initializing the Asar instance. This is useful if you only need the directory structure, for example to list files. Skipping file data will make the initialization faster.

noHeaderTypeChecks: boolean

Skip runtime type checks for the Asar archive header.

storeInitialParseData: boolean

Whether to store data from the initial parsing of the Asar archive, such as the header size, the header object, and the raw header.

See

AsarInitialParseData

Generated using TypeDoc