# fetch polyfill example
[Users.vue](Users.vue) isusing `fetch` to retrieve the users from the server. We can use [experimental fetch polyfill](https://www.cypress.io/blog/2020/06/29/experimental-fetch-polyfill/) and spy on / stub network requests, see [Users.spec.js](Users.spec.js)