Server fetch (RSC)
Fetched on the server. Open the API Capture panel — you should see a server:rsc call to jsonplaceholder.typicode.com/todos/1 that the browser Network tab does not show.
{
"userId": 1,
"id": 1,
"title": "delectus aut autem",
"completed": false
}