ember-localforage-adapter:脱机使用基于本地存储适配器的Ember Data,但现在使用Mozilla的localforage作为数据源

时间:2024-03-27 17:08:57
【文件属性】:

文件名称:ember-localforage-adapter:脱机使用基于本地存储适配器的Ember Data,但现在使用Mozilla的localforage作为数据源

文件大小:43KB

文件格式:ZIP

更新时间:2024-03-27 17:08:57

JavaScript

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
----.travis.yml(252B)
----UPGRADE.md(1KB)
----.ember-cli(280B)
----ember-cli-build.js(494B)
----vendor()
--------shim.js(234B)
----blueprints()
--------ember-localforage-adapter()
----addon()
--------serializers()
--------adapters()
--------utils()
----config()
--------ember-try.js(2KB)
--------environment.js(90B)
----index.js(240B)
----.watchmanconfig(37B)
----package.json(2KB)
----.bowerrc(60B)
----tests()
--------test-helper.js(228B)
--------index.html(1KB)
--------unit()
--------dummy()
--------integration()
--------.jshintrc(831B)
--------helpers()
----app()
--------serializers()
----testem.js(609B)
----.npmignore(359B)
----.eslintrc.js(1008B)
----LICENSE.md(2KB)
----.gitignore(272B)
----README.md(5KB)
----.jshintrc(518B)
----.eslintignore(221B)
----.editorconfig(543B)

网友评论