You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2019. It is now read-only.
Hi,
This line of code unintentionally forces the encoding of all links to be "application/json".
javascript-client/lib/codecs/corejson.js
Line 86 in 78fe002
I think what was intended was additional code for determining the encoding from the data and defaulting to application/json if necessary:
Hope this helps,
Ed