Help displaying unprocessed minimongo operations

Dear all,

My project takes full advantage of Meteor’s distributed data system. Though we need to provide some additional features to our clients. In our use case it may be possible that users lose their internet connection for a bit. Therefore I would like to create a list with unprocessed minimongo operations.

I couldn’t find any documentation on this, I did find some objects in the internal Meteor.connection api (_serverDocuments and _documentsWrittenByStub).

Does any of you know a cleaner way to access these documents?

Thanks in advance!

1 Like

To clarify: we intend to display a popover as long as there are outstanding methods to alert the user if there are any local changes which have not yet propagated to the server.