@videts/vide / vast / fetchVast
Function: fetchVast()
fetchVast(
tagUrl,options?):Promise<string>
Defined in: vast/parser.ts:636
Fetch a VAST tag URL. Separated from parsing for testability.
Parameters
| Parameter | Type |
|---|---|
tagUrl | string |
options? | { timeout?: number; } |
options.timeout? | number |
Returns
Promise<string>