This is an interesting article that I came across researching ideas for supporting multiple monitors in a single-page, offline-cached, HTML5 client app.
I’m specifically interested to learn if I can leverage IndexedDB transactions and events to implement this scheme with correct synchronization semantics. I’m guessing yes. That’s sick…
- https://developer.mozilla.org/en-US/docs/IndexedDB/Basic_Concepts_Behind_IndexedDB
- https://developer.mozilla.org/en-US/docs/IndexedDB/Using_IndexedDB
