Cacie Prins
Cacie Prins
### Problem Once a ReadStream is opened by a destination stream, it cannot be used by any other stream. Currently, the Test Replay ReadStream is re-used between retrying `fetch` when...
### What would you like? Chrome is [deprecating the unload event](https://developer.chrome.com/docs/web-platform/deprecating-unload). (see also: https://github.com/cypress-io/cypress/issues/29241) ### Why is this needed? Cypress uses the `unload` event during AUT navigation, and emits a...
- Closes https://github.com/cypress-io/cypress/issues/29241 ### Additional details In order to prepare for Chrome's removal of the `unload` event, we are migrating to using `pagehide` as a proxy for internal navigation detection....
### What would you like? I would like to be warned, either on stdout or in the command log, when I add listeners to the `window:unload` Cypress event. ### Why...
### What would you like? Cypress should emit `window:pageshow` and `window:pagehide` lifecycle events for the AUT. ### Why is this needed? Chrome is progressively deprecating / preventing window 'unload' events...
This covers changes introduced by: https://github.com/cypress-io/cypress/pull/29508
- Closes https://github.com/cypress-io/cypress/issues/29227 ### Additional details If `node-fetch` began reading from the Test Replay recording archive for uploading, and encountered a retryable error, it would attempt to re-use the same...
### Test code to reproduce N/A ### Cypress Mode both modes ### Cypress Version 13.12.0 ### Browser Version * ### Node version * ### Operating System * ### Memory Debug...
### Current behavior Elements that have overflow:hidden and an effective width or height of 0, but are set to `display: contents`, will incorrectly be determined as not visible. ### Desired...
### Current behavior If `BrowserCriClient`'s `_onTargetDestroyed` event handler is triggered while the `_onAttachToTarget` event handler is pending the `Fetch.enable` CRI command, the app can crash with an uncaught exception, `Error:...