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

sessionStorage and localStorage should have similar behavior, their only difference is where the data is being stored and it's persistence which should be abstracted for this library. #979

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 16, 2020

  1. --escape double quote in lint script to properly find the correct fil…

    …es and folder
    
    --uses the base storage, that we can re-used for localStorage and sessionStorage, because they have he same signature
    -Added the sessionStorage unit test
    -Update the docs that describe about the config changes, for raw, serializer, de-serializer
    iamrommel committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    f81ff29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25fa4f5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Configuration menu
    Copy the full SHA
    90a8563 View commit details
    Browse the repository at this point in the history