Skip to content

Commit 7fc9521

Browse files
authored
Drop reference to legacy communication protocol (#2446)
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.
1 parent 073ef8b commit 7fc9521

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pkgs/test/tool/host.dart

+2-6
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,8 @@ MultiChannel<dynamic> _connectToServer() {
191191
/// the key 'exception' set to true and details in the value for 'data' (coming
192192
/// from `dart.js` due to a load exception).
193193
///
194-
/// Legacy bootstrap implementations send a `{'ready': true}` message as a
195-
/// signal for this host to create a [MessageChannel] and send the port through
196-
/// the frame's `window.onMessage` channel.
197-
///
198-
/// Upcoming bootstrap implementations will send the string 'port' and include a
199-
/// port for a prepared [MessageChannel].
194+
/// Bootstrap implementations send the string 'port' and include a port for a
195+
/// prepared [MessageChannel].
200196
///
201197
/// Returns a [StreamChannel] which will be connected to the frame once the
202198
/// message channel port is active.

0 commit comments

Comments
 (0)