Re: [presentation-api] PresentationSession should have stream interfaces!

Thanks for the feedback @domenic.   With your suggestions the 
Streams-compatible API might be:

```
partial interface PresentationConnection : EventTarget {
  readonly attribute ReadableByteStream readable;
  readonly attribute WritableByteStream writable;
}
```

In the scope of current work on the Presentation API, I plan on 
closing this issue, since I don't see timelines lining up for us to 
add a Streams API in the CR time frame.

However, I will file a new issue referencing this to experiment with 
the polyfill mentioned above.



-- 
GitHub Notification of comment by mfoltzgoogle
Please view or discuss this issue at 
https://github.com/w3c/presentation-api/issues/163#issuecomment-212600831
 using your GitHub account

Received on Wednesday, 20 April 2016 20:48:43 UTC