@osovitny/anatoly 2.15.9 → 2.15.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1583,7 +1583,7 @@ class AppContextService extends BaseApiService {
1583
1583
  clearSessionStorage() {
1584
1584
  this.sessionStorage.clear();
1585
1585
  }
1586
- clearStorage() {
1586
+ clearWebStorage() {
1587
1587
  this.clearLocalStorage();
1588
1588
  this.clearSessionStorage();
1589
1589
  }