(isLocalStorage)
| 92 | } |
| 93 | |
| 94 | function itemsCleared(isLocalStorage) { |
| 95 | DOMStorage.domStorageItemsCleared({ |
| 96 | storageId: { |
| 97 | securityOrigin: '', |
| 98 | isLocalStorage, |
| 99 | storageKey: getStorageKey(), |
| 100 | }, |
| 101 | }); |
| 102 | } |
| 103 | |
| 104 | function getStorageKey() { |
| 105 | const localStorageFile = getOptionValue('--localstorage-file'); |
no test coverage detected