Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/query/dist/lib/types.d.ts>WorkerResponseType

fetch and process data in web worker, store in indexedDB.
Latest
type alias WorkerResponseType
import { type WorkerResponseType } from "https://deno.land/x/query@v1.0.0/dist/lib/types.d.ts";
definition: MessageEvent<{ type: string; data?: UnknownDataResponseType; }>