1.0.7 • Published 11 months ago

localstorage_plug v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

插件作用

  • 给Localstorage设置过期时间

使用方法

  • npm install localstorage_plug
  • import {Storage} from 'localstorage_plug'
  const ls = new Storage()
  ls.set('key',123,new Date().getTime() +5000)
  setInterval(()=>{
     console.log( ls.get('key'));
  },1000)
1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago