Private
Readonly
#updates$Protected
docsGet all stored documents.
Store the full set of documents. getAll() after setAll(docs) should return the same set of 'docs'. Should never throw.
Emits undefined and completes. Completes without emitting if the store is destroyed.
Generated using TypeDoc
Similar to getAll, but does not complete. Instead, emits every time the collection is updated (via this store object). Emits empty array when no documents are stored.