Skip to content

RemoteDocPresence mutates the prototype of RemotePresence #708

@alecgibson

Description

@alecgibson

This was probably a typo 🙈

RemotePresence.prototype._handleCreateDel = function() {
this._cacheOp(null);
this._setPendingPresence();
};
RemotePresence.prototype._handleLoad = function() {
this.value = null;
this._pending = null;
this._opCache = null;
this.presence._updateRemotePresence(this);
};

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions