vot.js - v2.4.16
    Preparing search index...

    Type Alias FetchWithTimeoutOpts

    FetchWithTimeoutOpts: RequestInit & { timeout?: number }

    Classic fetch with supports timeout

    Type declaration

    • Optionaltimeout?: number

      Timeout in milliseconds.

      • undefined => defaults to 3000
      • 0 / < 0 => disables timeout