(key)
| 272 | if (isHTTP) $notification.post(title, subtitle, message); |
| 273 | } |
| 274 | const read = (key) => { |
| 275 | if (isQuanX) return $prefs.valueForKey(key); |
| 276 | if (isHTTP) return $persistentStore.read(key); |
| 277 | } |
| 278 | const adapterStatus = (response) => { |
| 279 | if (!response) return null; |
| 280 | if (response.status) { |