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
Additional events after 'end' are compared by default, if they occur before
the event queue becomes empty since the previous event (i.e. before setImmediate from the last event on a stream).
options.delay applies after setImmediate from the last event.
Drop support for Node.js before 10.13.
Bug Fixes
makeIncremental now considers whether additional events are expected, rather than whether 'end' has been emitted (f7ddc29)