Drop support for legacy iframe communication#2099
Conversation
Closes #2065 All known iframe side implementations have been updated to send the `'port'` message with an immediately available channel over the map and the extra window message. Move some still relevant `assert` into the implementation for the current approach.
jakemac53
left a comment
There was a problem hiding this comment.
Are we going to run into the issue with missing flutter_test dependencies again?
We shouldn't. The two sides of this particular dependency are managed by dependencies in the flutter/flutter#131881 updated This would only be a problem if the iframe code could be an old version - but that is controlled by the test platform, not the pub dependency. |
Closes #2065
All known iframe side implementations have been updated to send the
'port'message with an immediately available channel over the map andthe extra window message.
Move some still relevant
assertinto the implementation for thecurrent approach.