Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Updated the accepted forms that a files.add method can take #280

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 2 additions & 0 deletions SPEC/FILES.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Where `data` may be:
- a [`Buffer instance`][b]
- a [`Readable Stream`][rs]
- a [`Pull Stream`][ps]
- a [`File System Path`] (caveat: will only work in Node.js)
- a [`URL`]
- an array of objects, each of the form:
```JavaScript
{
Expand Down