Używam interfejsu API pobierania HTML5. var request = new Request('https://davidwalsh.name/demo/arsenal.json'); fetch(request).then(function(response) { // Convert to JSON return response.json(); }).then(function(j) { // Yay, `j` is a JavaScript object
87
Zezwalaj na nagłówek Access-Control-Allow-Origin przy użyciu interfejsu API pobierania HTML5