Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cardano-services-client): comply HttpProvider with 'normal' Object behavior #1521

Merged
merged 1 commit into from
Nov 4, 2024

Commits on Nov 4, 2024

  1. fix(cardano-services-client): comply HttpProvider with 'normal' Objec…

    …t 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
    mkazlauskas committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9900635 View commit details
    Browse the repository at this point in the history