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(cardano-services-client): comply HttpProvider with 'normal' Object behavior
HttpProvider is implemented as a Proxy object, which is currently not
compatible with SDK's web-extension messaging utilities that are
checking exposed/underlying object properties with 'in' operator
This commit has 2 fixes:
- do not throw an error when trying to access an undefined property of an object
- return 'true' with with 'in' operator for defined properties
0 commit comments