Skip to content

Commit 0188180

Browse files
author
Alan Shaw
committed
fix: remove unnecessary words
1 parent 42a0544 commit 0188180

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/pages/docs/concepts/car.md

-4
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ async function storeCarFile(filename) {
109109
}
110110
```
111111

112-
CarReader.fromIterable accepts any iterable of Uint8Array data, including Node.js streams. If you have all your CAR data in a single Uint8Array already, you can use [CarReader.fromBytes](https://github.com/ipld/js-car#CarReader__fromBytes) instead.
113-
114-
The CarReader type shown above will read the entire contents of the CAR into memory, which may cause issues with large files. On Node.js, you can use [CarIndexedReader](https://github.com/ipld/js-car#carindexedreader), which reads CAR data from disk directly and uses less memory than CarReader.
115-
116112
## Advanced IPLD formats
117113

118114
IPLD can also be used as a general purpose data format like JSON. In fact, you can use JSON directly as IPLD just by using a special convention for linking to other IPLD objects. This convention is defined in the [dag-json](https://ipld.io/docs/codecs/known/dag-json/)["codec"](https://ipld.io/docs/codecs/known/dag-json/).

0 commit comments

Comments
 (0)