mip icon indicating copy to clipboard operation
mip copied to clipboard

customStorage 设置expire 过期时间无效

Open VenyXiong opened this issue 6 years ago • 0 comments

var storage = new CustomStorage(0); storage.set('usFlag', 'true', 10000); 如此设置了之后,无论过了多久,获取usFlag的值,都是true~

期望再过了10000ms之后,返回undefine;

VenyXiong avatar May 09 '18 06:05 VenyXiong