Class

MutationState

MutationState()

Constructor

# new MutationState()

Implements mutation token aggregation for performing consistentWith on queries. Accepts any number of arguments (one per document/tokens).

Since:
  • 3.0.7 (stability: uncommitted)

View Source mutationstate.js, line 12

Methods

# add()

Adds an additional token to this MutationState Accepts any number of arguments (one per document/tokens).

Since:
  • 3.0.7 (stability: uncommitted)

View Source mutationstate.js, line 55