Module

x/query/src/lib/types.d.ts>PollWorkerProps

fetch and process data in web worker, store in indexedDB.
Latest
interface PollWorkerProps
import { type PollWorkerProps } from "https://dotland.deno.dev/x/query@v1.0.0/src/lib/types.d.ts";

Properties

interval: number
optional
options: RequestInit | undefined
optional
maxAttempts: number
optional
existingData: number
optional
compareKeys: string[]