Umayeer Ahsan
Results
1
comments of
Umayeer Ahsan
To get this to work properly, I had to override the fetch method to include a user agent. ```ts const originalFetch = globalThis.fetch; globalThis.fetch = (url, init) => { const...