testilo 51.1.0 → 51.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/procs/score/tic.js +10 -0
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -3928,6 +3928,11 @@ exports.issues = {
|
|
|
3928
3928
|
variable: false,
|
|
3929
3929
|
quality: 1,
|
|
3930
3930
|
what: 'Element is script with type=speculationrules but its prefetch array has invalid property names'
|
|
3931
|
+
},
|
|
3932
|
+
'A script element with a type attribute whose value is speculationrules must contain a JSON object with at least one of the properties prefetch or prerender.': {
|
|
3933
|
+
variable: false,
|
|
3934
|
+
quality: 1,
|
|
3935
|
+
what: 'Element is script with type=speculationrules but has no JSON object with a prefetch or prerender property'
|
|
3931
3936
|
}
|
|
3932
3937
|
},
|
|
3933
3938
|
nuVnu: {
|
|
@@ -3940,6 +3945,11 @@ exports.issues = {
|
|
|
3940
3945
|
variable: false,
|
|
3941
3946
|
quality: 1,
|
|
3942
3947
|
what: 'Element is script with type=speculationrules but its prefetch array has invalid property names'
|
|
3948
|
+
},
|
|
3949
|
+
'A script element with a type attribute whose value is speculationrules must contain a JSON object with at least one of the properties prefetch or prerender.': {
|
|
3950
|
+
variable: false,
|
|
3951
|
+
quality: 1,
|
|
3952
|
+
what: 'Element is script with type=speculationrules but has no JSON object with a prefetch or prerender property'
|
|
3943
3953
|
}
|
|
3944
3954
|
}
|
|
3945
3955
|
}
|