DOM NamedStorage Interface Proposal
Multiple scripts and multiple libraries have usually a common need of the W3C Web Storage, either the local or the session one.
However, it is extremely easy and very hard to prevent a not so infrequent storage.clear()
call, able to remove any sort of data and for any kind of lbirary in the same realm.
A Possible Solution
This proposal aim is to harmonize multiple libraries preserving same interface but enriching the constructor.
Please note that current WebIDL is almost identical to the one already recommended by W3C.