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
Popcorn is fundamentally an asynchronous library. Current code is a tangle of callback hells. It should slowly be converted to use async functions, thenables, and async/await constructions.
The text was updated successfully, but these errors were encountered:
Popcorn is fundamentally an asynchronous library. Current code is a tangle of callback hells. It should slowly be converted to use async functions, thenables, and async/await constructions.
The text was updated successfully, but these errors were encountered: