experimentalWebKitSupport
: Fix proxying of Cypress internal websocket
#23807
Labels
browser: webkit
Issue related to Webkit (Safari) browser
experiment: webkit
Issues when using experimentalWebkitSupport
stale
no activity on this issue for a long period
type: bug
Normally, browsers use the
websocket
socket.io transport to do IPC with the Cypress server.For some unknown reason, the websocket (
__socket
) does not work in WebKit, and so we must usepolling
instead.This is bad because the Developer Tools are flooded with
xhr
poll requests for__socket
. Also, it breaksSocketAllowed
with WebKit.Other websockets, and
__socket_graphql
, seem to work fine.Only the
websocket
transport should be used for IPC in WebKit.The text was updated successfully, but these errors were encountered: