methodtls.TLSSocket.dropdrop(limit: number,options?: Abortable): Readable;This method returns a new stream with the first limit chunks dropped from the start.@param limitthe number of chunks to drop from the readable.@returnsa stream with limit chunks dropped from the start.