Open
Description
In Issue #163 @domenic and I discussed the possibility for adding Streams-compatible APIs for messaging to the PresentationConnection. While it looks like timelines don't line up to add this work directly to the spec, we should experiment with polyfills for this behavior so that when Streams is ready for implementation we already have an idea of what APIs would work well.
Benefits of Streams:
- Type-agnostic messaging
- Congestion control and backpressure
- Push/pull compatible
- Transform APIs
- etc.