UNPKG

@svta/common-media-library

Version:
19 lines 374 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CMCD_REQUEST_KEYS = void 0; /** * Defines the request-specific keys for CMCD (Common Media Client Data) version 2. * * @group CMCD * * @beta */ exports.CMCD_REQUEST_KEYS = [ 'd', 'dl', 'nor', 'ot', 'rtp', 'su', ]; //# sourceMappingURL=CMCD_REQUEST_KEYS.js.map