mirror of
https://github.com/nolanlawson/blob-util.git
synced 2025-12-08 19:46:19 +00:00
Update README.md
This commit is contained in:
parent
0194b41656
commit
7e432874cc
@ -48,11 +48,11 @@ Now you have a `window.blobUtil` object. Or if you don't like globals, you can u
|
||||
Tutorial
|
||||
--------
|
||||
|
||||
Blobs (**b**inary **l**arge **ob**jects) are the modern way of working with binary data in the browser. The browser support is [very good](http://caniuse.com/#search=blob).
|
||||
Blobs (<strong>b</strong>inary <strong>l</strong>arge <strong>ob</strong>jects) are the modern way of working with binary data in the browser. The browser support is [very good](http://caniuse.com/#search=blob).
|
||||
|
||||
Once you have a Blob, you can make it available offline by storing it in [IndexedDB](http://www.w3.org/TR/IndexedDB/), [PouchDB](http://pouchdb.com/), [LocalForage](https://mozilla.github.io/localForage/), or other in-browser databases. So it's the perfect format for working with offline images, sound, and video.
|
||||
|
||||
OK, example time.
|
||||
### Example
|
||||
|
||||
Here's Kirby. He's a famous little Blob.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user