文件名称:烬浏览器服务:wip
文件大小:278KB
文件格式:ZIP
更新时间:2024-03-05 01:46:46
TypeScript
烬浏览器服务 ember-browser-services是Ember Services的集合,它允许与浏览器API进行一致的交互。 现在,通过服务访问所有浏览器API时,在单元测试中,浏览器的行为现在就变得很简单! 该插件使用TypeScript编写,因此您的编辑器将提供智能提示来指导您进行用法,从而您无需花费大量时间查看文档。 安装 yarn add ember-browser-services # or npm install ember-browser-services # or ember install ember-browser-services 兼容性 Ember.js v3.12或更高版本 Node.js v10或更高版本 用法 每当您到达window或任何其他浏览器API时,都应注入服务。 export default class MyComponent exte
【文件预览】:
ember-browser-services-main
----.gitignore(472B)
----app()
--------services()
----package.json(5KB)
----commitlint.config.js(82B)
----LICENSE.md(1KB)
----.watchmanconfig(37B)
----CONTRIBUTING.md(1KB)
----.remarkignore(58B)
----tsconfig.compiler-options.json(121B)
----index.js(239B)
----tsconfig.json(198B)
----addon()
--------services()
--------tsconfig.json(244B)
--------utils()
--------types.ts(415B)
----types()
--------dummy()
--------global.d.ts(206B)
----testem.js(589B)
----.github()
--------renovate.json5(2KB)
--------workflows()
----.eslintrc.js(3KB)
----README.md(3KB)
----vendor()
--------.gitkeep(0B)
----tests()
--------dummy()
--------unit()
--------tsconfig.json(506B)
--------index.html(1KB)
--------test-helper.ts(323B)
----config()
--------build()
--------ember-try.js(2KB)
--------environment.js(90B)
--------lint.js(3KB)
----.eslintignore(328B)
----.ember-cli(280B)
----ember-cli-build.js(942B)
----.npmignore(425B)
----addon-test-support()
--------tsconfig.json(443B)
--------index.ts(1KB)
---------private()
----.editorconfig(367B)
----yarn.lock(632KB)
----.template-lintrc.js(58B)