This website requires JavaScript.
Explore
Help
Sign in
mirror
/
blueb-Chuckya-fe-standalone
Watch
1
Star
0
Fork
You've already forked blueb-Chuckya-fe-standalone
0
mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced
2026-01-12 22:13:16 -08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d249994de8
blueb-Chuckya-fe-standalone
/
app
/
javascript
/
mastodon
/
extra_polyfills.js
2 lines
100 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Replace `CancelToken` to `AbortSignal` (#19352)
2022-10-14 10:16:37 +09:00
import
'abortcontroller-polyfill/dist/abortcontroller-polyfill-only'
;
Lazy load toots using IntersectionObserver (#3191) * refactor(components/status_list): Lazy load using IntersectionObserver * refactor(components/status_list): Avoid setState bottleneck * refactor(components/status_list): Update state correctly * fix(components/status): Render if isIntersecting is undefined * refactor(components/status): Recycle timeout * refactor(components/status): Reduce animation duration * refactor(components/status): Use requestIdleCallback * chore: Split polyfill bundles * refactor(components/status_list): Increase rootMargin to 300% * fix(components/status): Check if onRef is not defined * chore: Add note about polyfill bundle splitting * fix(components/status): Reduce animation duration to 0.3 seconds
2017-05-24 17:55:00 +02:00
import
'requestidlecallback'
;
Reference in a new issue
Copy permalink