javascript-sdk
javascript-sdk copied to clipboard
Replace axios with isomorphic-fetch
Refer to https://github.com/axios/axios/issues/1219
Main issue for me is axios can't be use with service workers.
And axiosnot seem to like fetch adapter PR https://github.com/contentful/contentful.js/pull/396
So isomorphic-fetch seem to be better choice for compatibility reasons here.
Any thought?