Skip to content

Instantly share code, notes, and snippets.

@wmakeev
Last active August 29, 2015 14:14
Show Gist options
  • Save wmakeev/eca69b836372518a7da2 to your computer and use it in GitHub Desktop.
Save wmakeev/eca69b836372518a7da2 to your computer and use it in GitHub Desktop.
Async-Await (some thoughts)
sb.send('dom/watch', '.b-pump-title-panel', function (err, changes) {
// some stuff with el
});
var changes = await sb.send('dom/watch', '.b-pump-title-panel');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment