1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add AbortController polyfill

This commit is contained in:
Dmitry Lyzo 2023-11-08 19:48:54 +03:00
parent 4842039ed3
commit e7d00d7e24
3 changed files with 13 additions and 0 deletions

View file

@ -1,6 +1,7 @@
import 'core-js/stable';
import 'regenerator-runtime/runtime';
import 'jquery';
import 'abortcontroller-polyfill/dist/abortcontroller-polyfill-only';
import 'fast-text-encoding';
import 'intersection-observer';
import 'classlist.js';