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
After I invoke one of these , basil doesn't clean the cookies that created and basil.keys() keeps keys of the data that was set:
basil.reset({'namespace': 'userData'});
basil.reset({'namespace': 'userData' , 'storages': [ 'sessionStorage' ,'cookie']});
basil.reset();
PS
Thank you for this library!
The text was updated successfully, but these errors were encountered:
I set basil with options:
var options = {
namespace: 'userData',
storages: [ 'sessionStorage' ,'cookie'],
storage: 'sessionStorage',
expireDays: 1
};
After I invoke one of these , basil doesn't clean the cookies that created and basil.keys() keeps keys of the data that was set:
basil.reset({'namespace': 'userData'});
basil.reset({'namespace': 'userData' , 'storages': [ 'sessionStorage' ,'cookie']});
basil.reset();
PS
Thank you for this library!
The text was updated successfully, but these errors were encountered: