文件名称:data-layer-helper:JavaScript库,用于处理dataLayer消息队列
文件大小:215KB
文件格式:ZIP
更新时间:2024-05-22 02:44:11
JavaScript
数据层帮助程序库 该库提供了处理传递到数据层队列的消息的功能。 延迟处理 概括 构建和测试 执照 快速开始 首先,使用您最喜欢的软件包管理器安装软件包: npm install data-layer-helper // or yarn add data-layer-helper 接下来,将代码导入到您的javascript中: import 'node_modules/data-layer-helper/dist/data-layer-helper' ; 对于开发版本(更大的文件大小,但会向控制台报告可能的错误): import 'node_modules/data-layer-helper/dist/data-layer-helper-test-debug' ; 什么是数据层队列? 数据层队列只是驻留在网页上JavaScript数组。 < script > data
【文件预览】:
data-layer-helper-master
----.travis.yml(151B)
----.gitmodules(414B)
----package.json(2KB)
----.eslintrc.json(783B)
----test()
--------expandKeyValue_test.js(3KB)
--------utils.js(706B)
--------process_test.js(2KB)
--------processStates_test.js(8KB)
--------get_test.js(1KB)
--------isPlainObject_test.js(3KB)
--------processCommand_test.js(6KB)
--------listener_test.js(3KB)
--------isArray_test.js(2KB)
--------registerProcessor_test.js(9KB)
--------hasOwn_test.js(2KB)
--------isArgument_test.js(2KB)
--------setCommand_test.js(5KB)
--------lib()
--------integration()
--------merge_test.js(15KB)
--------flatten_test.js(2KB)
--------type_test.js(3KB)
----LICENSE(574B)
----dist()
--------data-layer-helper-debug.js(4KB)
--------data-layer-helper-debug.js.map(9KB)
--------data-layer-helper.js(3KB)
--------data-layer-helper.js.map(8KB)
----CONTRIBUTING.md(1007B)
----Gruntfile.js(4KB)
----src()
--------deps.js(277B)
--------plain()
--------helper()
--------logging.js(999B)
----.gitignore(1KB)
----karma.conf.js(1KB)
----README.md(24KB)
----yarn.lock(142KB)
----COPYING(11KB)