mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add abortable fetch polyfill
AbortController is not enough (e7d00d7e24
).
This commit is contained in:
parent
c7a2bd3daa
commit
9c6353a1b6
1 changed files with 1 additions and 1 deletions
|
@ -1,11 +1,11 @@
|
||||||
import 'core-js/stable';
|
import 'core-js/stable';
|
||||||
import 'regenerator-runtime/runtime';
|
import 'regenerator-runtime/runtime';
|
||||||
import 'jquery';
|
import 'jquery';
|
||||||
import 'abortcontroller-polyfill/dist/abortcontroller-polyfill-only';
|
|
||||||
import 'fast-text-encoding';
|
import 'fast-text-encoding';
|
||||||
import 'intersection-observer';
|
import 'intersection-observer';
|
||||||
import 'classlist.js';
|
import 'classlist.js';
|
||||||
import 'whatwg-fetch';
|
import 'whatwg-fetch';
|
||||||
|
import 'abortcontroller-polyfill'; // requires fetch
|
||||||
import 'resize-observer-polyfill';
|
import 'resize-observer-polyfill';
|
||||||
import './styles/site.scss';
|
import './styles/site.scss';
|
||||||
import React, { StrictMode } from 'react';
|
import React, { StrictMode } from 'react';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue