mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
d308e8d0c0
Keep in mind Buffer.toString() still exists, but returns [object Object]. Reason for removal of Buffer.toString() was that it implicitly used TextDecoder with fixed "utf-8" encoding and no way to customize the encoding. |
||
---|---|---|
.. | ||
bufio.ts | ||
bufio_test.ts | ||
iotest.ts | ||
ioutil.ts | ||
ioutil_test.ts | ||
mod.ts | ||
readers.ts | ||
readers_test.ts | ||
util.ts | ||
util_test.ts | ||
writers.ts | ||
writers_test.ts |