UNPKG

tdesign-mobile-vue

Version:
3 lines (2 loc) 253 B
import { XhrOptions } from './types'; export default function xhr({ method, action, withCredentials, headers, data, file, files, name, useMockProgress, mockProgressDuration, formatRequest, onError, onProgress, onSuccess, }: XhrOptions): XMLHttpRequest;