first commit
This commit is contained in:
1
modules/emby-apiclient/appstorage-memory.js
Normal file
1
modules/emby-apiclient/appstorage-memory.js
Normal file
@@ -0,0 +1 @@
|
||||
define(["exports"],function(_exports){function MyStore(){this.localData={}}Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,MyStore.prototype.setItem=function(name,value){this.localData[name]=value},MyStore.prototype.getItem=function(name){return this.localData[name]},MyStore.prototype.removeItem=function(name){this.localData[name]=null};_exports.default=new MyStore});
|
||||
Reference in New Issue
Block a user