camsong / fetch-jsonp

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

Trying to use fetch-jsonp to fech TEXT only value #52

Closed inglesuniversal closed 5 years ago

inglesuniversal commented 5 years ago

Hello:

How can I use your script to fetch a URL which response will be a string of characters from a remote server, which otherwise could not work under the usual method.

sample response:

artist - track title (album)

Regards

camsong commented 5 years ago

the data is not following jsonp format, so you can not use this lib to do it, maybe native fetch can do that.