wechat-miniprogram / kbone-api

MIT License
73 stars 12 forks source link

Storage API 在 WEB 端的实现 #8

Open YikaJ opened 4 years ago

YikaJ commented 4 years ago

如题

xujz520 commented 4 years ago
localStorage.setItem(key, string);
localStorage.getItem(key);

在小程序和H5都是支持的

YikaJ commented 4 years ago

@xujunzhou

我觉得这个就是 kbone-api 定位问题,假如出现了一个 storage 需求,我是用 localStorage.setItem 好,还是 kbone.setStorage 好。

理论上应该两个都要实现,甚至后者会更好,等同于统一维护了一套 API 适配方案。

dang0705 commented 3 years ago

setStorage好像web端无效的