Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PakFileReaderOptions

Options object to control reader behaviour.

Hierarchy

  • PakFileReaderOptions

Index

Properties

Properties

Optional encoding

encoding: string

Text encoding of strings in the file. Only change if absolutely necessary.

Optional safeMode

safeMode: boolean

Switches the reader to using a safer, but less performant, pre-compiled parser.

Use this in environments where unsafe-eval is blocked/unavailable.

Generated using TypeDoc