mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 06:35:55 +00:00
requestIdleCallback: remove hard dependency for now
This commit is contained in:
@@ -95,7 +95,7 @@ require(["dojo/_base/kernel",
|
||||
checkBrowserFeatures: function() {
|
||||
let errorMsg = "";
|
||||
|
||||
['requestIdleCallback', 'MutationObserver'].each(function(wf) {
|
||||
['MutationObserver'].each(function(wf) {
|
||||
if (! (wf in window)) {
|
||||
errorMsg = `Browser feature check failed: <code>window.${wf}</code> not found.`;
|
||||
throw $break;
|
||||
|
||||
Reference in New Issue
Block a user