YouTube.js
YouTube.js copied to clipboard
feat: add support of cloudflare workers runtime
HI thank you for you work 😄 ,
I resolved two problems that are needed to make the lib work in cloudflare workers runtime:
- removed
credentialshttp header which is not available - changed the way that the global
fetchfunction is passed to thePlatformclass
And I have implemented the cache for cloudflare workers