Skip to content

Commit

Permalink
Fix link to Cordova demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Oct 2, 2024
1 parent ad68771 commit f7b3bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ Depending on the platform, the `file` argument must be an instance of the follow

- inside browser: `File`, `Blob`, or [`Reader`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamDefaultReader)
- inside Node.js: `Buffer` or `Readable` stream
- inside Cordova: `File` object from a `FileEntry` (see [demo](demos/cordova/www/js/index.js))
- inside Cordova: `File` object from a `FileEntry` (see [demo](/demos/cordova/www/js/index.js))

The `options` argument will be merged deeply with `tus.defaultOptions`. See its documentation for more details.

Expand Down

0 comments on commit f7b3bf7

Please sign in to comment.