ajax
regression in 7.0.0-beta.11: default responseType
has changed from 'json'
to ''
#6052
Labels
bug
Confirmed bug
Bug Report
Current Behavior
873e52d#diff-700d20a43f740146f5a6f8544b7035b0d0a03d074d7fa1d551a9b44977effa1fL318-R323
responseType: 'json' as XMLHttpRequestResponseType,
responseType: '' as XMLHttpRequestResponseType,
Because of this change, my JSON responses are no longer parsed to JSON.
To workaround this I have to specify
responseType: 'json'
manually when callingajax
.I believe this is not intended because it was not mentioned in the changelog as a known breaking change.
The text was updated successfully, but these errors were encountered: