Closed ricardo-a-alves-alb closed 1 year ago
When providing a file:/// protocol on the fetchJson helper, the return status is 0 and not 200.
file:///
fetchJson
0
200
This fixes this issue, additionally solving the fetch of local language file for example on devices like WebOS and Tizen.
When providing a
file:///
protocol on thefetchJson
helper, the return status is0
and not200
.This fixes this issue, additionally solving the fetch of local language file for example on devices like WebOS and Tizen.