Error when opening Tiny Tiny RSS in Safari
-
I get the following error when I open Tiny Tiny RSS on Safari:
Error: Browser check failed: window.requestIdleCallback not found.
https://rss.domain.net/js/App.js?1617800690:694:28 forEach@[native code] checkBrowserFeatures@https://rss.domain.net/js/App.js?1617800690:691:58 https://rss.domain.net/js/App.js?1617800690:665:40 setupNightModeDetection@https://rss.domain.net/js/App.js?1617800690:203:26 init@https://rss.domain.net/js/App.js?1617800690:660:35 https://rss.domain.net/js/tt-rss.js?1617800690:62:12 https://rss.domain.net/lib/dojo/dojo.js?1617800690:8:139006 _505@https://rss.domain.net/lib/dojo/dojo.js?1617800690:8:138628 https://rss.domain.net/lib/dojo/dojo.js?1617800690:8:4038 _b@https://rss.domain.net/lib/dojo/dojo.js?1617800690:8:531 https://rss.domain.net/lib/dojo/dojo.js?1617800690:8:3996 _38@https://rss.domain.net/lib/dojo/dojo.js?1617800690:8:14153 _81@https://rss.domain.net/lib/dojo/dojo.js?1617800690:8:14202 _f6@https://rss.domain.net/lib/dojo/dojo.js?1617800690:8:15988 _10b@https://rss.domain.net/lib/dojo/dojo.js?1617800690:8:18918
Anyone else have these?
-
@necrevistonnezr
Just saw https://discourse.tt-rss.org/t/typeerror-window-requestidlecallback-is-not-a-function/1755?page=2
There’s also a solution there -
@necrevistonnezr Thanks.
Just posting the solution here - "enable the Develop menu in Preferences > Advanced tab. Then in Develop menu > Experimental Features > requestIdleCallback (just click to ensure there’s a checkmark next to the item)."
-
There's also https://community.tt-rss.org/t/typeerror-window-requestidlecallback-is-not-a-function/1755/26
To ‘just make it work’ on a server:
Create themes-local/local-overrides.js
Put a content of https://github.com/pladaria/requestidlecallback-polyfill/blob/master/index.js 97 there (a polyfill for this property).
Done