rdkcentral / Lightning-SDK

SDK for Lightning framework
Apache License 2.0
130 stars 69 forks source link

fix: fetchJson fails on file protocol #370

Closed ricardo-a-alves-alb closed 1 year ago

ricardo-a-alves-alb commented 1 year ago

When providing a file:/// protocol on the fetchJson helper, the return status is 0 and not 200.

This fixes this issue, additionally solving the fetch of local language file for example on devices like WebOS and Tizen.