Remix
Remix
remix/tar-parser · InterfaceView Source

ParseTarHeaderOptions

Summary

Options for parsing tar headers.

Signature

interface ParseTarHeaderOptions {
  allowUnknownFormat?: boolean;
  filenameEncoding?: string;
}

Properties

allowUnknownFormat

Set false to disallow unknown header formats.

filenameEncoding

The label (encoding) for filenames.

MDN Reference