You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed DWDS to always inject the client and added useDwdsWebSocketConnection flag to control communication protocol: when true uses socket-based implementation, when false uses Chrome-based communication protocol.
Added WebSocket-based hot reload support: reloadSources in ChromeProxyService and DevHandler now handle hot reload requests and responses over WebSockets.
Refactored the injected client to use a reusable function for handling hot reload requests and responses over WebSockets.
Added support for breakpoint registering on a hot restart with the DDC library bundle format using PausePostRequests.