MCPcopy Create free account
hub / github.com/apache/pouchdb / hasLocalStorage

Function hasLocalStorage

lib/index.js:336–338  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

334
335// in Node of course this is false
336function hasLocalStorage() {
337 return false;
338}
339
340const nextTick = typeof queueMicrotask === "function"
341 ? queueMicrotask

Callers 3

constructorMethod · 0.70
notifyLocalWindowsMethod · 0.70
parseAdapterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…