Module

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

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

Properties

optional
middleware: string