-
Notifications
You must be signed in to change notification settings - Fork 30
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
Improve storage item scriptlets — add regexp support for items removing #256
Comments
for removing the key we may consider adding a new scriptlet |
set-local-storage-item
scriptletset-local-storage-item
— support regexp pattern for key
set-local-storage-item
— support regexp pattern for key
remove-local-storage-item
with support of regexp pattern for key
remove-local-storage-item
with support of regexp pattern for key
This comment was marked as outdated.
This comment was marked as outdated.
@stanislav-atr Any news?) |
ability to remove an item from the storage is implemented already: #338 but it looks like there is no way to get all storage keys so scriptlet shall not be able to match the needed ones by the regexp. it means that it's impossible to improve the current implementation and make regular expressions acceptable for storage items removing |
Couldn't we use something like |
you're right, we can try that |
…ms removing #256 Squashed commit of the following: commit 7d5d6f2 Merge: df0ecb7 612f03d Author: Adam Wróblewski <[email protected]> Date: Wed Nov 15 13:43:54 2023 +0100 Merge branch 'master' into feature/AG-17608 commit df0ecb7 Author: Adam Wróblewski <[email protected]> Date: Wed Nov 15 13:32:31 2023 +0100 Update docs and add example Fix detecting regexp commit a14c86d Author: Slava Leleka <[email protected]> Date: Wed Nov 15 14:27:22 2023 +0300 Update description commit 122693a Merge: f94268f b50f9c9 Author: Adam Wróblewski <[email protected]> Date: Tue Nov 14 19:17:58 2023 +0100 Merge branch 'master' into feature/AG-17608 commit f94268f Author: Adam Wróblewski <[email protected]> Date: Tue Nov 14 10:39:30 2023 +0100 Improve storage item scriptlets — add regexp support for items removing
mp_***_mixpanel
, generated by Similarweb browser extension)The text was updated successfully, but these errors were encountered: