Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
スタンドアロンの Dart VM と同じマシン上のブラウザ ベースのアプリケーションとの間で通信メカニズムを確立する必要がある場合、DART でこれをどのように実現できますか。
dart:io ライブラリは、ブラウザベースのアプリケーションでは機能しません。
したがって、SendPort/ReceivePort を使用することはできません。