workers
workers copied to clipboard
Use Proxy for raw
I want to fetch raw.githubusercontent.com with proxy, how to do this?
Replace githubusercontent.com with zme.ink
No. Can I use this code in raw github fetch('accessUrl', {agent: new HttpsProxyAgent('proxyHost:proxyPort')}) .then(function (res) { })