Re: [presentation-api] PresentationReceiver: rename getConnection() and getConnections()

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