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
The function queryDocument returns an empty string when a document can't be found. This is very confusing! As you can't check for the result being null or undefined. It should either throw some kind of exception OR return NULL.
The text was updated successfully, but these errors were encountered:
The function
queryDocument
returns an empty string when a document can't be found. This is very confusing! As you can't check for the result beingnull
orundefined
. It should either throw some kind of exception OR return NULL.The text was updated successfully, but these errors were encountered: