@uppy/golden-retriever
The GoldenRetriever plugin saves selected files in your browser cache (Local
Storage for metadata, then Service Worker for all blobs + IndexedDB for small
blobs), so that if the browser crashes, Uppy can restore everything and continue
uploading like nothing happened. Read more about it
on the blog.
Uppy is being developed by the folks at Transloadit,
a versatile file encoding service.
Example
import Uppy from '@uppy/core'
import GoldenRetriever from '@uppy/golden-retriever'
const uppy = new Uppy()
uppy.use(GoldenRetriever, {
})
Installation
$ npm install @uppy/golden-retriever
Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Smart CDN. In that case Uppy
will attach itself to the
global window.Uppy
object. See the
main Uppy documentation for instructions.
Documentation
Documentation for this plugin can be found on the
Uppy website.
License
The MIT License.
4.1.0
Released: 2024-07-30
| Package | Version | Package | Version |
| -------------------- | ------- | -------------------- | ------- |
| @uppy/audio | 2.0.1 | @uppy/status-bar | 4.0.1 |
| @uppy/aws-s3 | 4.0.2 | @uppy/store-default | 4.1.0 |
| @uppy/compressor | 2.0.1 | @uppy/transloadit | 4.0.1 |
| @uppy/core | 4.1.0 | @uppy/utils | 6.0.1 |
| @uppy/dashboard | 4.0.2 | @uppy/webcam | 4.0.1 |
| @uppy/remote-sources | 2.1.0 | uppy | 4.1.0 |
- @uppy/remote-sources: fix options type (Merlijn Vos / #5364)
- @uppy/transloadit: do not mark
opts
as mandatory (Antoine du Hamel / #5375) - @uppy/compressor: mark
quality
as optional (Antoine du Hamel / #5374) - @uppy/aws-s3: improve error when
endpoint
is not provided (Antoine du Hamel / #5361) - @uppy/core,@uppy/store-default: export
Store
type (Merlijn Vos / #5373) - @uppy/dashboard: make
toggleAddFilesPanel
args consistent (Evgenia Karunus / #5365) - @uppy/dashboard: Dashboard - convert some files to typescript (Evgenia Karunus / #5359)
- @uppy/audio,@uppy/webcam: Don't use
<h1>
in Uppy markup (Evgenia Karunus / #5355) - @uppy/status-bar: GoldenRetriever +
hideUploadButton=true
(Evgenia Karunus / #5350) - meta: Bump docker/build-push-action from 6.3.0 to 6.4.1 (dependabot[bot] / #5360)