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
Hi,
in README example (at bottom), play needs to be called after preload as completed (async) and not procedurally on the next line otherwise the sample may be not loaded yet.
Would be ok to edit and PR it introducing promise's then?
The text was updated successfully, but these errors were encountered:
Hi,
in README example (at bottom),
play
needs to be called afterpreload
as completed (async) and not procedurally on the next line otherwise the sample may be not loaded yet.Would be ok to edit and PR it introducing promise's
then
?The text was updated successfully, but these errors were encountered: