Package entries
| Import or global | Purpose | Runtime |
|---|---|---|
@fast-china/axios | FastAxios, axiosUtil, and the uni-app adapter | Browser and uni-app |
@fast-china/axios/vite | Vite mini-program FormData/Blob plugin | Node.js build configuration |
@fast-china/axios/webpack | Webpack mini-program FormData/Blob plugin | Node.js build configuration |
FastAxios | Minified IIFE root entry | Browser script tag |
Importing the package does not access window or uni. Platform APIs are accessed only when the adapter is created, a request runs, or the related feature is called.
