Returns true when the current global mode is 'record'. Always reads SnapshotStore.mode, so it works correctly after SnapshotStore.setMode. Replaces manual SnapshotStore.mode !== 'record' checks.
true
'record'
SnapshotStore.mode
SnapshotStore.mode !== 'record'
Description
Returns
truewhen the current global mode is'record'. Always readsSnapshotStore.mode, so it works correctly after SnapshotStore.setMode. Replaces manualSnapshotStore.mode !== 'record'checks.