Содержание

addStorageItems

Adds specified data to the storage on the specified address.

Syntax

addStorageItems = function(aStorageURL, aStorageKey, aCryptoKey, aItems, aStoragePass);

Parameters

Examples

  1. var items = ['first item', 'second item', 'third item'];
    //Add the elements to the storage
    addStorageItems('http://mysite.ru/storage.php','requests','mycrypto',items);