We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd89920 commit 0459dc8Copy full SHA for 0459dc8
README.md
@@ -1247,8 +1247,8 @@ const replicate = new Replicate({ useFileOutput: false });
1247
1248
| method | returns | description |
1249
| -------------------- | ------ | ------------------------------------------------------------ |
1250
-| `url()` | string | A `URL` object pointing to the underlying data source |
1251
| `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. |
1252
1253
## Troubleshooting
1254
0 commit comments