add requestIdleCallback polyfill to fix Safari crash (#5689)

This commit is contained in:
rahulramesha 2024-09-24 19:37:12 +05:30 committed by GitHub
parent 3df230393a
commit 117afdb67f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1 @@
export * from "./requestIdleCallback";