We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现在项目中需要判断请求的状态码,但遍查文档未发现如何在didFetch这一方法中获得xhr对象,希望您能解答
The text was updated successfully, but these errors were encountered:
const _api=vars.mark._api; var result=_api.split("."); var allApi=systemAContext.api; for(let i=0;i<result.length;i++){ allApi=allApi[result[i]]; } const xhr=allApi._requester;
目前我是通过您在#33中的私有api来查找,这种方法以后是否会继续支持
Sorry, something went wrong.
后续即使升级,也会给出兼容性方案。
No branches or pull requests
现在项目中需要判断请求的状态码,但遍查文档未发现如何在didFetch这一方法中获得xhr对象,希望您能解答
The text was updated successfully, but these errors were encountered: