Skip to content

Instantly share code, notes, and snippets.

@heypiotr
Last active July 6, 2017 11:03
Show Gist options
  • Select an option

  • Save heypiotr/b5a1ec573832800254244f67489b50a2 to your computer and use it in GitHub Desktop.

Select an option

Save heypiotr/b5a1ec573832800254244f67489b50a2 to your computer and use it in GitHub Desktop.
mirror.listen(Mirror.Events.USER_DATA, {
ondata: (event) => {
let hello = `Hello, ${event.data.userName}`;
document.getElementById("placeholder").innerText = hello;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment