data? Пытаюсь получить значение, преобразовать в json и записать ее.
fetch(url)
.then(function (response) {
return response.json()
})
.then(function (response) {
this.response = response
})
А что не так?
https://jsfiddle.net/L8psmj6c/1/
Обсуждают сегодня