view doc/html/api/module/Irccd.File/method/readline.md @ 254:93a227277786

Irccd: various fixes for further cross-compilation
author David Demelier <markand@malikania.fr>
date Mon, 05 Sep 2016 12:53:13 +0200
parents c5f4ca941f79
children 904ee87bc808
line wrap: on
line source

---
method: readline
summary: "Read the next line available."
synopsis: "File.prototype.readline()"
returns: "The next line or undefined if eof."
throws: "An [Irccd.SystemError](@baseurl@/api/module/Irccd/index.html#types) on failures."
---

## Remarks

<div class="alert alert-warning" role="alert">
**Warning**: this method is slow and its usage is discouraged on large files.
</div>