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