Video to fetch stream from.
Format to download.
Optional
opts: StreamOptions = ...Save options.
A blob with the content.
saveBlob
Fetches a video as a Blob.
await InvidJS.saveBlob(instance, video, format);
await InvidJS.saveBlob(instance, video, format, {parts: 5});
Generated using TypeDoc
Instance to fetch data from.