AsyncConnection default `Content-Type` for binary and `Accept` for all changed
-
AsyncConnection.xhr|post
adds the headerContent-Type: application/octet-stream
if the content type is not specified anddata
isArrayBuffer|ArrayBufferView
- default value for
Accept
header ofAsyncConnection.xhr
was changed fromapplication/json, text/plain, */*
to*/*