Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface AjaxResult
import { type AjaxResult } from "https://deno.land/x/jw_fetch@v0.5.0/src/types.ts";

Properties

promise: Promise<unknown>
config: AjaxConfig
optional
controller: AbortController
optional
isFromMemoryCache: boolean
optional
isFromStoreCache: boolean