Dart - Isolate Cross Window Communication
问题 Is cross-window communication possible with Dart isolates? Here is my scenario: User opens web site in browser window A and window A spawns a new isolate. The user then clicks a link that creates a new tab and opens browser window B (assume the link is in the same domain, etc...). Can browser window B send and receive messages from the isolate spawned by browser window A, and if so, how? 回答1: Cross window communication is not possible using isolates messaging alone. However you can do cross