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

Clarify what values responseType can have in Node #2121

Merged
merged 1 commit into from May 7, 2019

Commits on Apr 30, 2019

  1. clarify what values responseType can have in Node

    It seems that `responseType: 'blob'` doesn't actually work in Node (when I tried using it, response.data was a string, not a Blob, since Node doesn't have Blobs), so this clarifies that this option should only be used in the browser
    Tyler Breisacher committed Apr 30, 2019
    Copy the full SHA
    2520df9 View commit details
    Browse the repository at this point in the history