I have a (stringified) list stored in HTML5 localStorage and want to append several items to it with different asynchronous callbacks. Therefore I am looking for a way to atomically get and set an item in localStorage in order to avoid race conditions. Is such a thing possible?I have a (stringified) list stored in HTML5 loc