fix: ger rid of the AbortSignal polyfill (#2463)

This commit is contained in:
Huang Xin
2025-11-18 13:40:53 +05:30
committed by GitHub
parent 0fd316d775
commit bfac67d3f0
-2
View File
@@ -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);