UNPKG

@analytics/session-storage-utils

Version:
3 lines (2 loc) 364 B
var utilSessionStorage=function(e,t){var s="sessionStorage",o=t.hasSupport.bind(null,s),r=t.wrap(s,"getItem",t.get),S=t.wrap(s,"setItem",t.set),a=t.wrap(s,"removeItem",t.remove);return e.SESSION_STORAGE=s,e.getSessionItem=r,e.hasSessionStorage=o,e.removeSessionItem=a,e.setSessionItem=S,e}({},globalStorageUtils); //# sourceMappingURL=session-storage-utils.js.map