Skip to content

writeConsent

function writeConsent(value, options): void

Defined in: storage.ts:41

Persist a consent record to document.cookie. No-op on the server.

Parameters

ParameterType
valueStoredConsent
optionsStorageOptions

Returns

void