- From: Tomoyuki Shimizu via GitHub <sysbot+gh@w3.org>
- Date: Wed, 15 Feb 2017 02:45:17 +0000
- To: public-secondscreen@w3.org
Yes, I have checked existence of `navigator.presentation.receiver` at
the receiver by the codes like:
```html
<!DOCTYPE html>
<meta charset="utf-8">
<script>
window.onload = () => {
document.body.innerHTML += navigator.presentation.receiver;
};
</script>
```
The results on my Mac and Chromecast would be `undefined`, though.
--
GitHub Notification of comment by tomoyukilabs
Please view or discuss this issue at
https://github.com/w3c/presentation-api/issues/266#issuecomment-279902053
using your GitHub account
Received on Wednesday, 15 February 2017 02:45:23 UTC