Skip to content

package:dwds v24.3.11

Latest
Compare
Choose a tag to compare
@jyameo jyameo released this 16 Jun 17:41
a321863
  • 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.