Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface AjaxResult
import { type AjaxResult } from "https://deno.land/x/jwfetch@v2.2.1/src/types.ts";

Properties

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