YouTube.js icon indicating copy to clipboard operation
YouTube.js copied to clipboard

feat: add support of cloudflare workers runtime

Open ayoubqrt opened this issue 1 year ago • 0 comments

HI thank you for you work 😄 ,

I resolved two problems that are needed to make the lib work in cloudflare workers runtime:

  • removed credentials http header which is not available
  • changed the way that the global fetch function is passed to the Platform class

And I have implemented the cache for cloudflare workers

ayoubqrt avatar Feb 11 '24 09:02 ayoubqrt