camsong / fetch-jsonp

Make JSONP request like window.fetch
998 stars 156 forks source link

Catch redirect response ? #26

Closed raskyer closed 7 years ago

raskyer commented 7 years ago

Hello,

First of all, thank you for your work.

I was wondering if it's possible to catch a "location" header in the response or a redirect ? Because for now I got a time-out response whereas having the redirect.

Thank you :)