writeConsent
function writeConsent(value, options): voidDefined in: storage.ts:41
Persist a consent record to document.cookie.
No-op on the server.
Parameters
| Parameter | Type |
|---|---|
value | StoredConsent |
options | StorageOptions |
Returns
void
function writeConsent(value, options): voidDefined in: storage.ts:41
Persist a consent record to document.cookie.
No-op on the server.
| Parameter | Type |
|---|---|
value | StoredConsent |
options | StorageOptions |
void