Tests that requesting cache names for storage buckets works correctly
Open cache, add item
cache item added successfully
Request cache names for 'default' storage bucket
[
[0] : {
cacheId : <string>
cacheName : test-cache
securityOrigin : http://127.0.0.1:8000
storageBucket : {
storageKey : <string>
}
storageKey : <string>
}
]
security origin differs from storage key: true
Open cache, add item
cache item added successfully
Request cache names for 'test-bucket' storage bucket
[
[0] : {
cacheId : <string>
cacheName : test-cache
securityOrigin : http://127.0.0.1:8000
storageBucket : {
name : test-bucket
storageKey : <string>
}
storageKey : <string>
}
]
security origin differs from storage key: true