Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,3 @@ Lazy.makeHttpRequest("http://example.com")
```

In each case, the elements in the sequence will be "chunks" of data most likely comprising multiple lines. The `lines()` method splits each chunk into lines (lazily, of course).

***

**This library is experimental and still a work in progress.**
4 changes: 0 additions & 4 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,3 @@ Lazy.makeHttpRequest("http://example.com")
```

`lines()`方法将每段切割成行(当然了,切割是惰性的)。

----

Lazy.js是试验性的,仍在开发中。[项目主页在此](http://danieltao.com/lazy.js/)