iab-vast-loader:加载和解析IAB VAST广告代码,一路解析打包的广告代码

时间:2024-05-28 14:33:13
【文件属性】:

文件名称:iab-vast-loader:加载和解析IAB VAST广告代码,一路解析打包的广告代码

文件大小:112KB

文件格式:ZIP

更新时间:2024-05-28 14:33:13

JavaScript

iab-vast-loader 加载和解析IAB VAST广告代码,一路解析打包的广告代码。 用法 import { VASTLoader } from 'iab-vast-loader' const tagUrl = 'https://example.com/vast.xml' // Create the loader const loader = new VASTLoader ( tagUrl ) // Load the tag chain and await the resulting Promise loader . load ( ) . then ( chain => { console . info ( 'Loaded VAST tags:' , chain ) } ) . catch ( err => { console . error ( 'E


【文件预览】:
iab-vast-loader-master
----browser.js(314B)
----.gitattributes(12B)
----node.js(408B)
----yarn.lock(237KB)
----.babelrc(39B)
----.circleci()
--------config.yml(1KB)
----lib()
--------loader.js(4KB)
--------node()
--------http-error.js(352B)
--------browser()
--------loader-error.js(258B)
----LICENSE(1KB)
----test()
--------fixtures()
--------lib()
--------unit()
----README.md(4KB)
----.editorconfig(147B)
----.gitignore(109B)
----package.json(2KB)
----.nvmrc(2B)

网友评论