Expose Mongo cursor class so that it can be extended
mitar opened this issue · 1 comments
mitar commented
Expose Mongo cursor class so that it can be extended by applications and packages. Minimongo cursor is exposed through LocalCollection.Cursor
, but server-side's is not.
Related: meteor/meteor#3051