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
Are you sure? I just checked and the docs for QueueObject and CargoObject and both mention "Instead of a single task, a tasks array can be submitted." for push.
queue.push is currently only documented for
push(task, callback)
, where it also supportspush([tasks], callback)
(#1220)The text was updated successfully, but these errors were encountered: