method ReadableBase.prototype.drop
#ReadableBase.prototype.drop(limit: number,options?: Pick<ArrayOptions, "signal">,): ReadableThis method returns a new stream with the first limit chunks dropped from the start.
Parameters #
#limit: numberthe number of chunks to drop from the readable.
optional
#options: Pick<ArrayOptions, "signal">Return Type #
Readablea stream with limit chunks dropped from the start.