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

Promise<AxiosResponse<Blob>> is not working well in React Babel #131

Open
zijianhuang opened this issue Oct 15, 2023 · 0 comments
Open

Promise<AxiosResponse<Blob>> is not working well in React Babel #131

zijianhuang opened this issue Oct 15, 2023 · 0 comments

Comments

@zijianhuang
Copy link
Owner

zijianhuang commented Oct 15, 2023

		getTextStream(headersHandler?: () => {[header: string]: string}): Promise<AxiosResponse<Blob>> {
			return Axios.get(this.baseUri + 'api/SuperDemo/TextStream', { headers: headersHandler ? headersHandler() : undefined, responseType: 'blob' }).then(d => d.data);
		}

working well in Vue TS and Axios with jest, but in React, the promise return empty object.

not sure if this is some defect in my end, or Babel had done something improperly?

related to #60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant