Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
method Ajax.prototype.getAbortResult
Re-export
import { Ajax } from "https://deno.land/x/jwfetch@v1.2.0/mod.ts";

调用ajax的get请求的同时,返回取消ajax请求的方法

Parameters

url: string
optional
data: AjaxGetData
optional
options: AjaxExConfig