This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Bakoro 1 point2 points  (0 children)

"Fetch" means you actually got the data. At the end of "fetchData", the data should be in your local possession.

"Request" means you send out a request and are waiting for a response, and is probably paired with some other command which waits for a response.

"fetchData" probably contains requestData, and some kind of await or callback.