summaryrefslogtreecommitdiff
path: root/js/io.ts
AgeCommit message (Expand)Author
2019-09-07Update @typescript-eslint/* to v2.1.0 (#2878)Yoshiya Hinosawa
2019-07-06io: change Reader interface (#2591)Yoshiya Hinosawa
2019-05-11fix: edge case in toAsyncIterator (#2335)Bartek Iwańczuk
2019-04-21Fix eslint warnings (#2151)Ryan Dahl
2019-03-27Rewrite readFile and writeFile (#2000)Bartek Iwańczuk
2019-02-18Add `seek` and implement `Seeker` on `File` (#1797)Kevin (Kun) "Kassimo" Qian
2019-01-29docs/typo: readerIterator -> toAsyncIterator as exported (#1620)bdistin
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2018-11-13Support streaming response bodies from fetch()Ryan Dahl
2018-11-09Cleanups for runtime lib declarations.Kitson Kelly
2018-11-09Reader/Writer should use Uint8Array not ArrayBufferViewRyan Dahl
2018-10-31Add helper to turn deno.Reader into async iterator (#1130)Bartek Iwańczuk
2018-10-14Align JSDoc to style guide.Kitson Kelly
2018-10-12perf: Increase copy() buffer to 32kRyan Dahl
2018-09-28Adds basic File I/O and FD table.Ryan Dahl