Skip to content

package:dwds v24.4.1

Choose a tag to compare

@jyameo jyameo released this 29 Jul 16:16
· 29 commits to main since this release
bd0bcb8
  • Implemented a WebSocket-based communication protocol that provides essential developer tooling (hot reload, service extensions) when Chrome debugger access is unavailable. - #2605
  • Added WebSocket-based hot reload and service extension support via new WebSocketProxyService class that implements VM service protocol over WebSockets.
  • Enhanced DevHandler with useWebSocketConnection flag to toggle between Chrome-based and WebSocket-based communication protocols.
  • Fixed an issue where we didn't wait until all scripts were parsed before
    recomputing metadata on a hot reload.