- From: You Kinjoh via GitHub <sysbot+gh@w3.org>
- Date: Tue, 27 Dec 2022 00:29:26 +0000
- To: public-secondscreen@w3.org
youkinjoh has just submitted a new pull request for https://github.com/w3c/presentation-api:
== typo say hello ==
mismatch `case sensitive`
```js
// controller.html
connection.send("Say hello");
// presentation.html
if (message.data == "say hello")
  this.send("hello");
```
See https://github.com/w3c/presentation-api/pull/512
-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 27 December 2022 00:29:28 UTC