Maksim Radzevich

Results 1 issues of Maksim Radzevich

Please, provide getter for storage prefix. This could be useful for example in window listeners `$window.addEventListener('storage', function (event) { if (event.key === localStorageService.prefix + 'logout-event') { factory.logout() } });`