+ 1
How to open a json file with fetch without getting a Cors error
I have a file example.html, it contains a code to read a json file using fetch but it gives me cors error, i need to fix this but without the need of a server.
1 ответ
+ 2
I have a file example.html, it contains a code to read a json file using fetch but it gives me cors error, i need to fix this but without the need of a server.