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
Take this code as an example. Sometimes the value we need to return from a promise is in an EventListener.
I don't know how to wrap this IndexedDB request into promise in gorillascript.
The vow promise library also use this progress/notify pattern to fill a promise from an EventListener. Maybe we should have these macro/functions in jsprelude?
The text was updated successfully, but these errors were encountered:
Take this code as an example. Sometimes the value we need to return from a promise is in an EventListener.
I don't know how to wrap this IndexedDB request into promise in gorillascript.
The vow promise library also use this progress/notify pattern to fill a promise from an EventListener. Maybe we should have these macro/functions in jsprelude?
The text was updated successfully, but these errors were encountered: