We only spy / stub XMLHttpRequest methods, so the new window.fetch calls are "invisible" to Cypress. We recommend our users delete / polyfill window.fetch to drop down to use XMLHttpRequest. It would be nice to do this for users automatically, behind a flag.
Once full network stubbing lands, we can remove this polyfill
We only spy / stub
XMLHttpRequestmethods, so the newwindow.fetchcalls are "invisible" to Cypress. We recommend our users delete / polyfillwindow.fetchto drop down to useXMLHttpRequest. It would be nice to do this for users automatically, behind a flag.Once full network stubbing lands, we can remove this polyfill