文件名称:大量解析器:以递归方式请求并将VAST链解析为单个JavaScript对象
文件大小:120KB
文件格式:ZIP
更新时间:2024-02-27 08:13:23
xml adtech vast vast-tools XMLJavaScript
@ unruly / vast-parser 递归请求并将VAST链解析为单个JavaScript对象。 VAST链是VAST包装器,包装在更多的VAST包装器中,最终导致VAST内联。 例 import { VastAdManager } from '@unruly/vast-parser' const vastAdManager = new VastAdManager ( ) vastAdManager . requestVastChain ( { url : 'http://example.com/vast-file.xml' } ) . then ( vastRespo
【文件预览】:
vast-parser-master
----.eslintrc(29B)
----yarn.lock(139KB)
----src()
--------vastErrorCodes.js(838B)
--------vastAdManager.js(201B)
--------vastError.js(1KB)
--------model()
--------util()
--------xmlParser.js(2KB)
--------vastParser.js(2KB)
--------vastChainer.js(7KB)
--------index.js(401B)
----.babelrc(27B)
----.travis.yml(38B)
----LICENSE(1KB)
----test()
--------.eslintrc(207B)
--------specs()
--------mocha.conf.js(1KB)
--------mocks()
--------resources()
--------integration-tests()
--------mocha.opts(35B)
----README.md(3KB)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(35B)
----.eslintignore(17B)
----package.json(2KB)