Skip to content

Instantly share code, notes, and snippets.

@vlzhr
Last active December 26, 2019 14:32
Show Gist options
  • Save vlzhr/87ffe14e15ede010f151d2eaedae4943 to your computer and use it in GitHub Desktop.
Save vlzhr/87ffe14e15ede010f151d2eaedae4943 to your computer and use it in GitHub Desktop.
// just putting some data into account storage
document.querySelector(".js-data").addEventListener("click", function() {
waves.data({
data: [
{key: "lastCall", value: String(new Date()), type: 'string'}
]
}).broadcast().then(console.log)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment