Skip to content

Commit

Permalink
Drop reference to legacy communication protocol (#2446)
Browse files Browse the repository at this point in the history
Cleanup following #2065

The support for legacy test suite communication was dropped in #2099 but
I missed a change in this comment which still describes the difference.
  • Loading branch information
natebosch authored Jan 17, 2025
1 parent 073ef8b commit 7fc9521
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pkgs/test/tool/host.dart
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,8 @@ MultiChannel<dynamic> _connectToServer() {
/// the key 'exception' set to true and details in the value for 'data' (coming
/// from `dart.js` due to a load exception).
///
/// Legacy bootstrap implementations send a `{'ready': true}` message as a
/// signal for this host to create a [MessageChannel] and send the port through
/// the frame's `window.onMessage` channel.
///
/// Upcoming bootstrap implementations will send the string 'port' and include a
/// port for a prepared [MessageChannel].
/// Bootstrap implementations send the string 'port' and include a port for a
/// prepared [MessageChannel].
///
/// Returns a [StreamChannel] which will be connected to the frame once the
/// message channel port is active.
Expand Down

0 comments on commit 7fc9521

Please sign in to comment.