-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Open
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
Current QueryTools.js implementation protects itself from undefined objects but not from null objects. By using Parse Dashboard, it happens to create nulls instead of undefineds.
Feature / Enhancement Description
Checking for undefined and null.
((typeof obj !== 'undefined') && obj !== null)
Example Use Case
Register a livequery with a comparison on a pointer, then put that pointer to null (by code or by dashboard)
Alternatives / Workarounds
Use unset?
3rd Party References
hariprasadiit and RahulLanjewar93
Metadata
Metadata
Assignees
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed