Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Update interface docs
  • Loading branch information
aron committed Oct 30, 2024
commit 0459dc8f5ee56a5c728a88f62810a9cd940ee0e5
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1247,8 +1247,8 @@ const replicate = new Replicate({ useFileOutput: false });

| method | returns | description |
| -------------------- | ------ | ------------------------------------------------------------ |
| `url()` | string | A `URL` object pointing to the underlying data source |
| `blob()` | object | A `Blob` instance containing the binary file |
| `url()` | string | A `URL` object pointing to the underlying data source. Please note that this may not always be an HTTP URL in future. |

## Troubleshooting

Expand Down