Function: normalizeSyncPolicy()
function normalizeSyncPolicy(policy): SyncPolicy;
Defined in: policy.ts:52
Clamps a policy into the range the protocol allows. Called on every merge so
a server-supplied DevicePolicy (docs/10 §2.2) cannot push the client past a
limit the same server would then reject.
Parameters
| Parameter | Type |
|---|---|
policy | SyncPolicy |