Until BANano.EmptyLocalStorage2, BANano.EmptySessionStorage2 deletes a single piece of data at a time. Any reason for the difference? How, if any, to delete all session data at once?
This is just a declaration mistake of the EmptySessionStorage2 method. It should not have a parameter. When transpiled it is ignored anyway, so just pass an empty string and it will work. Will be fixed for the next version.