Join Slack
Powered by
greetings, would anyone possibly be able to help m...
# orm-help
v
Viable
01/18/2019, 3:06 PM
greetings, would anyone possibly be able to help me create a really simple subscription resolver that sends a message every second? My attempt so far is
https://pastebin.com/wutBqskv
but i'm brand new to iterables in js 😞
j
joshhopkins
01/18/2019, 7:08 PM
This might help:
https://github.com/tc39/proposal-async-iteration#the-async-iteration-statement-for-await-of
t
tiomno
01/20/2019, 9:19 PM
Also, MDN is a great source to understand how things work. There are always examples. 😉
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for-await...of
2
Views
Open in Slack
Previous
Next