(mutation: Mutation<any, any, any, any>)
| 70 | } |
| 71 | |
| 72 | remove(mutation: Mutation<any, any, any, any>): void { |
| 73 | this.mutations = this.mutations.filter(x => x !== mutation) |
| 74 | mutation.cancel() |
| 75 | this.notify(mutation) |
| 76 | } |
| 77 | |
| 78 | clear(): void { |
| 79 | notifyManager.batch(() => { |