Skip to content

Update storage based on URLs instead of TabIds #1

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

Open
phenixcoder opened this issue Aug 28, 2020 · 0 comments
Open

Update storage based on URLs instead of TabIds #1

phenixcoder opened this issue Aug 28, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@phenixcoder
Copy link
Owner

Currently the data flag storage is mapped using windowId and tabId.

Instead of this it should be based on URL like :

  1. hostname for Hostname with port and http scheme
  2. hostname+path for path also.

While setup, the app should specify which value should be used to map data.

{
   root: 'hostname',  // or 'hostname+path'
}
@phenixcoder phenixcoder added the enhancement New feature or request label Aug 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant