remotestorage.js icon indicating copy to clipboard operation
remotestorage.js copied to clipboard

global remoteStorage object exposes get, put and delete functions

Open michielbdejong opened this issue 12 years ago • 1 comments

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?

michielbdejong avatar Nov 27 '13 17:11 michielbdejong

from the browser console, this is. you can try this yourself from an app, whenever the widget displays that you are connected.

michielbdejong avatar Nov 27 '13 17:11 michielbdejong