You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Don't worry about `collection` since it is a fixed value, // `name` is sometimes different because I need it to be, // so that I can create different docs for users to cooperate with.doc=connection.get(collection,name)
My question is how to inform the client(web browser) when initing a doc that whether the doc exists or not ?
The text was updated successfully, but these errors were encountered:
In the Wiki I found that a
Document
is identified bycollection
andname
, aka:I wrote like this to create a
doc
:My question is how to inform the client(web browser) when initing a
doc
that whether thedoc
exists or not ?The text was updated successfully, but these errors were encountered: