文件名称:ember-user-activity:Ember Addon用于跟踪用户活动和空闲
文件大小:330KB
文件格式:ZIP
更新时间:2024-05-19 05:21:06
JavaScript
该插件提供了用于检测整个应用程序中的用户活动和空闲的服务。 查看! 我们遵守《行为的《 》。 兼容性 Ember.js v3.16或更高版本 Ember CLI v2.13或更高版本 Node.js v10或更高版本 安装 ember install ember-user-activity 用法 用户活动服务 此服务从全局窗口侦听器触发事件。 这些侦听器在捕获时触发,这意味着它们不受事件取消的影响。 这些window事件默认情况下处于启用状态: keydown按下键时触发 mousedown单击鼠标时触发 scroll -火当用户滚动 touchstart将触摸点放置在触摸面上时触发[移动设备友好] storage在任何活动事件被触发同一网站的另一个选项卡上触发- 。 当用户打开同一应用程序的服务器选项卡时,这可以避免出现问题。 mousemove用户移动鼠标时触发 对于所
【文件预览】:
ember-user-activity-master
----.gitignore(369B)
----README.md(10KB)
----CHANGELOG.md(3KB)
----ember-cli-build.js(529B)
----.github()
--------workflows()
----.ember-cli(280B)
----tests()
--------integration()
--------test-helper.js(293B)
--------dummy()
--------unit()
--------helpers()
--------index.html(1KB)
----docs()
--------hero-logo.png(36KB)
----testem.js(601B)
----app()
--------.gitkeep(0B)
----package.json(3KB)
----CONTRIBUTING.md(677B)
----vendor()
--------.gitkeep(0B)
----index.js(71B)
----config()
--------addon-docs.js(348B)
--------deploy.js(849B)
--------ember-try.js(2KB)
--------environment.js(90B)
--------release.js(106B)
----LICENSE.md(1KB)
----addon()
--------services()
--------utils()
--------.gitkeep(0B)
----.watchmanconfig(37B)
----.eslintignore(240B)
----.template-lintrc.js(278B)
----.npmignore(418B)
----RELEASE.md(2KB)
----.editorconfig(367B)
----yarn.lock(693KB)
----.eslintrc.js(976B)
----.dependabot()
--------config.yml(424B)