Store
Generates requests for getting and putting resource files
/** @implements StorePlugin */
class ServerStorePlugin {
delete: StoreDeleteFunction
dir: StoreDirFunction
download: StoreDownloadFunction
file: StoreFileFunction
install: function
path: StorePathFunction
upload: StoreUploadFunction
}