UNPKG

@svta/common-media-library

Version:
21 lines 372 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CMCD_RESPONSE_KEYS = void 0; /** * CMCD v2 - Response-only and timing keys. * * @group CMCD * * @beta */ exports.CMCD_RESPONSE_KEYS = [ 'cmsdd', 'cmsds', 'rc', 'smrt', 'ttfb', 'ttfbb', 'ttlb', 'url', ]; //# sourceMappingURL=CMCD_RESPONSE_KEYS.js.map