kadirahq / lokka-transport-http

HTTP Transport Layer for Lokka
MIT License
41 stars 38 forks source link

Adds 'mode' option to fetch request. #4

Open acyuta108 opened 8 years ago

acyuta108 commented 8 years ago

Enables transport to use the 'mode' option in transport#send. Ideally it would be great to allow all options supported by isomorphic-fetch.

Please advice if indeed the default mode should be 'cors' given it is currently offered as a feature for authentication/cookies.

jackyzhen commented 7 years ago

Please merge this, it fixes my problem.

pierluigi commented 7 years ago

Any updates on this? It would be good to add support for the fetch options.