You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As Zeno pointed out, the Rows::js_next() function has no async variant that would return a promise. This means that we'll block the JavaScript thread while fetching for rows.
The text was updated successfully, but these errors were encountered:
As Zeno pointed out, the
Rows::js_next()
function has no async variant that would return a promise. This means that we'll block the JavaScript thread while fetching for rows.The text was updated successfully, but these errors were encountered: