UNPKG

@didomi/iabtcf-cmpapi

Version:

Ensures other in-page digital marketing technologies have access to CMP transparency and consent information for the iab. Transparency and Consent Framework (TCF).

8 lines (7 loc) 193 B
import { Ping } from '../response/index.js'; import { Command } from './Command.js'; export class PingCommand extends Command { respond() { this.invokeCallback(new Ping()); } }