associates the hash of data with some ID
id | string|number | id of the item in question |
hash | object | a javascript object which contains data |
myDataView.set(id,{
property:value
});
the method was added as a pair for the method get(), but so far there aren't any practical use-cases which can be based on it
Back to top