Make handleStorageChange method in WebStorage class private

Signed-off-by: Dawit Ameneshewa <dawitam11@gmail.com>
This commit is contained in:
Dawit Ameneshewa
2022-12-07 16:45:32 +03:00
parent 5aa0dc604f
commit 1dec14de93
5 changed files with 5 additions and 16 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/core-app-api': patch
---
Made `StorageApi` notify its subscribers when `localStorage` values change in other tabs/windows
Made `WebStorage` notify its subscribers when `localStorage` values change in other tabs/windows