I have the following client side session variable:
sessionStorage.setItem("pendienteedi",pendiente);
But I want to clean it, how is it done?
I have the following client side session variable:
sessionStorage.setItem("pendienteedi",pendiente);
But I want to clean it, how is it done?
if you want to remove only that variable you should use
If you want to clean all the sessionStorage there is the function