wasm-spatial-core
    Preparing search index...

    Function setInputSizeLimit

    • Dynamically set the maximum allowed input size in bytes.

      Default is 100 MB. Set to 0 to disable the limit.

      Example (JS)

      core.setInputSizeLimit(50 * 1024 * 1024); // 50 MB
      

      Parameters

      • bytes: number

      Returns void