Static GitHub Issues

[2057] views ssr and chrome network

prev: "ReferenceError: Can't find variable: fetch" in Safari
next: Update View after API call in created method

I always have a question,when i use nuxt to my project,it is say if i have a request in my page i don't want to see the request in chrome network.but,exactly if i have a request in function asyncData or fetch, then i also can see the record request in chrome network.so,can I have a request and the record would't in the chrome network.just as the same as in nuxtServerInit!For example: I have a request in the nuxtServerlnit,when to look for the chrome network just like image same, i have the request in the views asyncData,to look for the chrome network is have a request record: image so can i get the same result to post a request in the asyncData or nuxtServerlnit?

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1825">#c1825</a>)</em></sub></div>