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
fix(query-result-proxy): add object methods like hasOwnProperty (#1442)
fix(query-result-proxy): add object methods like hasOwnProperty
- Added support for standard object methods (e.g., hasOwnProperty) to QueryResultProxy, improving compatibility with typical JavaScript object usage patterns.
- use hasOwnProperty to not accidentally catch other object methods
0 commit comments