forked from akai/readest
fix: ger rid of the AbortSignal polyfill (#2463)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import 'abortcontroller-polyfill/dist/abortcontroller-polyfill-only';
|
||||
|
||||
// A groupBy polyfill for foliate-js
|
||||
Object.groupBy ??= (iterable, callbackfn) => {
|
||||
const obj = Object.create(null);
|
||||
|
||||
Reference in New Issue
Block a user