Marcus Westin
                                            Marcus Westin
                                        
                                    Sorry, I don't understand what you mean. Please clarify. Thanks!
Would be nice to be able to have multiple ngrok tunnels too, one for each dev, and a separate one for ci.
Can you write out a piece of example code that shows what you'd like to be able to do please?
Travis-ci currently run all the local automated tests. It should also run the full saucelabs test suite.
Depends on #181
I'm confident that we can find a way to store files locally at least in modern browsers! This will likely depend on #181. Once that's in place it's just a...
Here's another relevant example: https://hacks.mozilla.org/2012/02/storing-images-and-files-in-indexeddb/
A good place to start might be looking at https://github.com/localForage/localForage and get a sense of how we'd want to do jt
We definitely need to add an async API. I like the idea of having a sync, localStorage backed store for more trivial key-value storage and an async indexDB backed store...