Praveenkumar V
Results
2
comments of
Praveenkumar V
@LoicMahieu waiting for this to merge
It did solve for me. ``` import fetch from 'isomorphic-unfetch'; import HttpsProxyAgent from 'https-proxy-agent'; const res = await fetch('http://api.tvmaze.com/search/shows?q=batman', {agent: new HttpsProxyAgent('')}); ```