Răsfoiți Sursa

added info in the warning message

Gildas 6 ani în urmă
părinte
comite
16ff91b5d8
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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;