-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add abortable fetch polyfill #4973
Conversation
AbortController is not enough (e7d00d7).
Kudos, SonarCloud Quality Gate passed!
|
Cloudflare Pages deployment
|
@dmitrylyzo sorry if I'm being annoying but it's still not working. I tried running the debug build in the 5.0 emulator, to see if it would show any messages on device manager, then I tried running it on tizen ide to see if I could debug the js but I couldn't make it launch. Where I'm at right now is I can insert the server ip, and it gets stuck on a screen with the clock on top. |
I tested in Tizen 5 emulator too and it worked. 😕 Also, this may be due to a recent dependency update. To run Tizen debug you need Chrome 79- (or 80- ?) and start debugging from the command line. See jellyfin/jellyfin-tizen#79 |
Thank you for the link to the guide, I managed to make debug work with latest Chrome (119) opening Here's the results after I put the ip and click Connect on the TV (same thing on the emulator) I also deleted node_modules from jellyfin(web|tizen) and |
Yes, webOS 1.2 fails again. 😩
Reverting this PR fixes RegExp error. Probably because |
I'm not really experienced with webpack and babel but I tried a few things to see if I could change how marked and/or core-js are transpiled... and I didn't have any success 😆. The latest version of marked that seems to be working is 5.0.5. Not sure if we should set marked to this version and fixate it in renovate, or if there's a better simpler solution. |
Me, too 😅 |
Another option would be replacing |
AbortController
is not enough (#4958).Changes
Add abortable fetch polyfill.
Issues
Fixes #4940