ember localforage adapter:脱机使用基于本地存储适配器的Ember Data但现在使用Mozilla的localforage作为数据源
Ember数据Localforage适配器 将余烬应用程序数据存储在。 与兼容。 “ localForage是一个JavaScript库,可通过简单的类似于localStorage的API使用异步存储(通过IndexedDB或WebSQL,如果有的话)来改善Web应用程序的脱机体验。” 所有主流浏览器(包括移动设备)都支持它。 用法 使用ember cli安装插件 ember install ember-localforage-adapter 初始化适配器。 //app/adapters/application.js import LFAdapter from 'ember-localforage-adapter/adapters/localforage' ; export default LFAdapter ; 有关如何使用此适配器的更详尽介绍,请阅读Mozilla的MDN网站上
文件列表
ember-localforage-adapter-master.zip
(预估有个78文件)
ember-localforage-adapter-master
.travis.yml
252B
UPGRADE.md
1KB
.ember-cli
280B
ember-cli-build.js
494B
vendor
shim.js
234B
blueprints
ember-localforage-adapter
index.js
75B
暂无评论