Skip to content

Commit

Permalink
Merge branch 'master' into browser-os-platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Jan 17, 2025
2 parents 4c54dd9 + 7fc9521 commit d76a2f4
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 d76a2f4

Please sign in to comment.