<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Promises instead of Callbacks?]]></title><description><![CDATA[<p dir="auto">Is there any way of using Promises for stuff like <code>Datastore.get()</code> instead of <code>callback</code>?</p>
]]></description><link>https://community.flic.io/topic/18044/promises-instead-of-callbacks</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 20:20:33 GMT</lastBuildDate><atom:link href="https://community.flic.io/topic/18044.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 07 May 2021 12:40:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Promises instead of Callbacks? on Fri, 07 May 2021 18:06:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/57">@Emil</a> Ok, thanks for info <img src="https://community.flic.io/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=qo8gs0ne6uk" class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>https://community.flic.io/post/19997</link><guid isPermaLink="true">https://community.flic.io/post/19997</guid><dc:creator><![CDATA[oskaremilsson]]></dc:creator><pubDate>Fri, 07 May 2021 18:06:51 GMT</pubDate></item><item><title><![CDATA[Reply to Promises instead of Callbacks? on Fri, 07 May 2021 12:59:16 GMT]]></title><description><![CDATA[<p dir="auto">Hi. Not right now, since we now use Duktape (<a href="https://duktape.org" rel="nofollow ugc">https://duktape.org</a>) as the javascript engine, which does not support promises and async. Maybe we will change to JerryScript or something in the future if there is a demand for this. We could potentially add some polyfill for promises but in that case I think it's better to get something that supports async.</p>
]]></description><link>https://community.flic.io/post/19996</link><guid isPermaLink="true">https://community.flic.io/post/19996</guid><dc:creator><![CDATA[Emil]]></dc:creator><pubDate>Fri, 07 May 2021 12:59:16 GMT</pubDate></item></channel></rss>