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

✨ Update JSInterop details to use direct code evaluation #232

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 24, 2019

  1. ✨ Update JSInterop details to use direct code evaluation

    As mentioned in the comment in the `protectedBrowserStorage.js` (being
    removed), that is now possible to access some native features of the
    JavaScript engine without a need of the custom wrapper. This change
    removes such access wrapper and simplifies implemenation, which results
    in cleaner, quicker to grasp code.
    
    - implemenation detail changes
    - removed JavaScript code
    - tests updates
    
    Thanks!
    peterblazejewicz committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    be1abf4 View commit details
    Browse the repository at this point in the history