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
@fracz thanks, I was waiting for someone to pick up on this before acting on this.
The core problem is that all logic for delay/throttle/debounce is applied to file-watching only at present. But as you've noticed, because the API method is named reload, you would expect reload* options to affect this, which they don't.
Apparently, the reloadDelay is respected when calling the browserSync.reload(). Although they are not the same, it can be used as a workaround for now.
Having the following gulp configuration
the browser is immediately refreshed after change. It should be refreshed after 10s of "event silence", as docs say.
Affected platforms
Browsersync use-case
The text was updated successfully, but these errors were encountered: