WPIntell

Source evidence

IE error with arrow function

Zedna WP Image Lazy Load · support · 2019-03-10T17:24:00+00:00

mixedsentiment
mediumseverity
0.67relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 28 rows with source links

21.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
tomaskavalek resolved
Please, change this: if (myClasses.some(v => skipClasses.indexOf(v) >= 0)) { to this: if (myClasses.some(function (v) { return skipClasses.indexOf(v) >= 0; })) { in image_lazy_load.js . IE does’n support arrow function. Thanks. Hi @tomaskavalek thank you for your advice, i has been applied in latest version.

Comments

1 shown
Radek Mezulanik 2019-04-13T11:31:00+00:00

Hi @tomaskavalek thank you for your advice, i has been applied in latest version.