Closed BobbleHatkjh closed 1 year ago
Sorry for the late response.
See: https://github.com/janhommes/o.js#just-fetching
query() tries to be smart by parsing the result leading to that you only get the data. You can use fetch()
instead to get all.
ihave wrote a GET request example such like demo in readme but i can't get the total count number which already shown in chome's NETWORK tab, i only could get the value data. how could i do to resolve this problem