MCPcopy
hub / github.com/MALSync/MALSync / inIframe

Function inIframe

src/index.ts:133–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131}
132
133function inIframe() {
134 try {
135 return window.self !== window.top;
136 } catch (e) {
137 return true;
138 }
139}
140
141let dbActive = false;
142function injectDb() {

Callers 1

runPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected