UNPKG

adhara

Version:

foundation for any kind of website: microframework

11 lines (9 loc) 201 B
class StorageSelector{ static select(){ if(window.hasOwnProperty("indexedDB")){ return AdharaDBStorage; }else{ return AdharaCacheStorage; } } }