- From: Jonas Sicking via GitHub <sysbot+gh@w3.org>
- Date: Tue, 06 Oct 2015 20:21:24 +0000
- To: public-secondscreen@w3.org
Yes, a `readonly attribute sequence<PresentationConnection>
connections` wouldn't be mutable by the webpage.
The timing matters because we need to define if something like the
following should work:
```html
<html>
<head>
<script>
navigator.presentation.receiver.connections[0].send("I'm ready to
rock");
</script>
<body>
...
```
--
GitHub Notif of comment by sicking
See
https://github.com/w3c/presentation-api/issues/201#issuecomment-145988065
Received on Tuesday, 6 October 2015 20:21:26 UTC