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
Any call to ext_storage_set_version_1 with a key that starts with :child_storage: is silently ignored.
Any call to ext_storage_clear_prefix (I guess both versions?) with a key that "clashes" with :child_storage: is silently ignored.
"Clashes" means that for example clear_prefix(":"), clear_prefix(":child_sto"), or clear_prefix(":child_storage:foobar") are all silently ignored, but clear_prefix(":foo") is not ignored.
It should be documented that:
ext_storage_set_version_1
with a key that starts with:child_storage:
is silently ignored.ext_storage_clear_prefix
(I guess both versions?) with a key that "clashes" with:child_storage:
is silently ignored."Clashes" means that for example
clear_prefix(":")
,clear_prefix(":child_sto")
, orclear_prefix(":child_storage:foobar")
are all silently ignored, butclear_prefix(":foo")
is not ignored.References:
The text was updated successfully, but these errors were encountered: