Skip to content
New issue

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

[Upload] Expose XMLHTTPRequest object for modification before request. #206

Closed
Leslie2014 opened this issue Jan 18, 2019 · 1 comment
Closed
Labels
invalid This doesn't seem right

Comments

@Leslie2014
Copy link

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
Upload component exposed an api that can modify xhr object before send request.

Describe the API you'd expected
{
beforeSendRequest: (xhr) =>{
// Modify xhr
xhr.responseType = 'blob';
}
}

Additional context

@fusion-design-bot
Copy link

hi @Leslie2014,非常感谢您的反馈,但是由于您没有使用 创建 issue 页面提交, 将直接被关闭, 谢谢!

@fusion-design-bot fusion-design-bot added the invalid This doesn't seem right label Jan 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants