You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it would be useful to only list the "keys" using the Transactional Storage API, and not also having to retreive all of their values. If there are many entries, and they all have a lot of data in their values, then doing a .list() can potentially read N * 128 KiB of unneeded data into memory, which would only be discarded.
Sometimes it would be useful to only list the "keys" using the Transactional Storage API, and not also having to retreive all of their values. If there are many entries, and they all have a lot of data in their values, then doing a .list() can potentially read N * 128 KiB of unneeded data into memory, which would only be discarded.
For example:
The text was updated successfully, but these errors were encountered: