فهرست منبع

added info in the warning message

Gildas 6 سال پیش
والد
کامیت
16ff91b5d8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lib/hooks/content/content-hooks-frames-web.js

+ 1 - 1
lib/hooks/content/content-hooks-frames-web.js

@@ -198,7 +198,7 @@
 	let errorDetected;
 	window.requestAnimationFrame = function (callback) {
 		if (!warningRequestAnimationFrameDisplayed) {
-			console.warn("SingleFile is hooking the requestAnimationFrame and cancelAnimationFrame functions to load deferred images."); // eslint-disable-line no-console
+			console.warn("SingleFile is hooking the requestAnimationFrame and cancelAnimationFrame functions to load deferred images in background tabs."); // eslint-disable-line no-console
 			warningRequestAnimationFrameDisplayed = true;
 		}
 		let requestId;