Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
S
 schemas, RemoteStorage.BaseClient
 scope, RemoteStorage.BaseClient
 scopes, RemoteStorage.Access
 secret-cancelled, RemoteStorage.Widget.View
 secret-entered, RemoteStorage.Widget.View
 set, RemoteStorage.Caching
 setApiKeys(experimental), RemoteStorage
 setBackgroundSyncInterval, RemoteStorage.Sync
 setState, RemoteStorage.Widget.View
 setSyncInterval, RemoteStorage.Sync
 setUserAddress, RemoteStorage.Widget.View
 setUserSecretKey, RemoteStorage.Widget.View
 setView(view), RemoteStorage.Widget
 showBubble, RemoteStorage.Widget.View
 storage, RemoteStorage.BaseClient
 storageApi, RemoteStorage.WireClient
 storeFile, RemoteStorage.BaseClient
 storeObject, RemoteStorage.BaseClient
 sync
T
 toggleBubble, RemoteStorage.Widget.View
 token, RemoteStorage.WireClient
V
 validate, RemoteStorage.BaseClient
W
 wire-busy, RemoteStorage
 wire-done, RemoteStorage
Contains schema objects of all types known to the BaseClient instance
scope: function(path)
Returns a new BaseClient operating on a subpath of the current base path.
Holds an array of claimed scopes in the form
Emitted when the nocipher button is clicked
Emitted when the cipher button is clicked
set: function(path,
value)
Set the caching strategy for a given path explicitly.
setApiKeys: function(type,
keys)
Set API keys for (currently) GoogleDrive and/or Dropbox backend support.
RemoteStorage.prototype.setBackgroundSyncInterval = function(interval)
Set the value of the sync interval when the application is in the background
setState: function(state,
args)
Call the function that applies the state to the widget
RemoteStorage.prototype.setSyncInterval = function(interval)
Set the value of the sync interval when application is in the foreground
setUserAddress: function(addr)
Set user address of the input field
setUserSecretKey: function(secretKey)
Set user secret key
setView: function(view)
Sets the view and initializes event listeners to react on widget (widget.view) events
showBubble: function(event)
Show the bubble
The RemoteStorage instance this BaseClient operates on.
Holds the spec version the server claims to be compatible with
storeFile: function(mimeType,
path,
body)
Store raw data at a given path.
storeObject: function(typeAlias,
path,
object)
Store object at given path.
sync: function()
Emitted when the sync button is clicked
toggleBubble: function(event)
Show the bubble when hidden and the other way around
Holds the bearer token of this WireClient, as obtained in the OAuth dance
validate: function(object)
Validate an object against the associated schema.
Fired when a wire request starts
Fired when a wire request completes
Close