MCPcopy
hub / github.com/zxlie/FeHelper / getLocalSetting

Function getLocalSetting

apps/popup/theme-boot.js:11–17  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

9 }
10
11 function getLocalSetting(key) {
12 try {
13 return localStorage.getItem(key);
14 } catch (e) {
15 return null;
16 }
17 }
18
19 function setLocalSetting(key, value) {
20 try {

Callers 1

theme-boot.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected