---
class: middle, center
# share_target API support
.absolute.tag1.killer[killer feature]

---
class: bkg-contain, bkg-vertical-x106, no-margin-h
background-image: url(../_images_bateau/oiseaux_rocher_cropped.jpg)
# Persist data in indexedDB
.mr42[
Can store a lot and keep it for a very long time
one year -> verified on Android
[github.com/jakearchibald/idb](https://github.com/jakearchibald/idb)
as a helper around indexedDB API
Can store any Js object
Case of binary:
Blob type is not supported by iOS
⮞ convert to TypedArray (UInt8Array)
]
???
Thanks from the bottom of my heart Jake for this library
---
name: persist
class: no-margin-h, bkg-contain-lower
background-image: url(image/cache_then_sw-3.png)
# A better way to persist binary data
## and display stored images
.relative[.input.absolute[
```html