add a comment

This commit is contained in:
tophf 2021-08-13 08:27:38 +03:00 committed by GitHub
parent 00a388de4c
commit 58aa2e5ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ const iconMan = (() => {
const staleBadges = new Set(); const staleBadges = new Set();
const imageDataCache = new Map(); const imageDataCache = new Map();
const badgeOvr = {color: '', text: ''}; const badgeOvr = {color: '', text: ''};
// Fenix currently doesn't seems to correctly use custom ImageData
const FIREFOX_ANDROID = FIREFOX && navigator.userAgent.includes('Android'); const FIREFOX_ANDROID = FIREFOX && navigator.userAgent.includes('Android');
// https://github.com/openstyles/stylus/issues/335 // https://github.com/openstyles/stylus/issues/335