Reference
ServerActionReplayStore
Store used to reject replayed server action nonces.
Signature
interface ServerActionReplayStoreMembers
function add(value: string): voidfunction has(value: string): booleanReference
Store used to reject replayed server action nonces.
interface ServerActionReplayStorefunction add(value: string): voidfunction has(value: string): boolean