in src/lib/video-interscroller-progress.ts [17:34]
void fetch(endpoint, {
method: 'POST',
body: JSON.stringify({
label: 'commercial.interscroller.videoProgress',
properties: [
{ name: 'creativeId', value: creativeId },
{ name: 'lineItemId', value: lineItemId },
{ name: 'progress', value: progress },
{
name: 'pageviewId',
value: window.guardian.config.ophan.pageViewId,
},
],
}),
keepalive: true,
cache: 'no-store',
mode: 'no-cors',
});