Код: Выделить всё
var categories = fetch("http://localhost/wordpress_ttm/wp-json/wp/v2/categories")
.then(response => response.json())
Код: Выделить всё
categories: Promise { "fulfilled" }
: "fulfilled"
: (10) […]
0: {…}
1: {…}
2: {…}
3: {…}
4: {…}
5: {…}
6: {…}
7: {…}
8: {…}
9: {…}
length: 10
: []
: Promise.prototype
Подробнее здесь: https://stackoverflow.com/questions/797 ... e-response
Мобильная версия