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
这个proxy open时,图片中箭头所指的config.xhr=xhr循环引用的作用是?感觉这个是多余引用
The text was updated successfully, but these errors were encountered:
这个应该是将xhr装载进config里,让用户在钩子函数里可以通过config.xhr访问到当前请求的xhr对象吧
Sorry, something went wrong.
如果仅是为了方便用户在钩子函数中获取到xhr对象,建议在钩子函数再增加第3个入参来引用xhr; 目前这种挂载方式,序列化JSON.stringify(config)配置对象时,因为config和xhr循环引用直接报错了,影响后续业务;
Successfully merging a pull request may close this issue.
这个proxy open时,图片中箭头所指的config.xhr=xhr循环引用的作用是?感觉这个是多余引用
The text was updated successfully, but these errors were encountered: