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
@param opts.timeout integer - optional timeout in ms, default Infinity. Aborts with error.
82
82
@param opts.verbose boolean - optional flag to turn on debug log
83
83
@param opts.window integer - optional stabilization time in ms, default 750ms. Waits this amount of time for file sizes to stabilize or other resource availability to remain unchanged. If less than interval then will be reset to interval
84
-
@paramcb optional callback function with signature cb(err) - if err is provided then, resource checks did not succeed
84
+
@param[cb] optional callback function with signature cb(err) - if err is provided then, resource checks did not succeed
85
85
if not specified, wait-on will return a promise that will be rejected if resource checks did not succeed or resolved otherwise
0 commit comments