remotestorage.js
remotestorage.js copied to clipboard
global remoteStorage object exposes get, put and delete functions
you can do remoteStorage.get('/public/documents/bla.txt') which will actually work the same way as publicClient.get('bla.txt') in the documents module. is this an intentional&undocumented way to bypass the modules?
from the browser console, this is. you can try this yourself from an app, whenever the widget displays that you are connected.