MCPcopy Index your code
hub / github.com/samyk/evercookie / idb

Function idb

js/evercookie.js:111–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 }
110
111 function idb() {
112 if ('indexedDB' in window) {
113 return true
114 } else if (window.indexedDB = window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB) {
115 return true
116 } else {
117 return false
118 }
119 }
120
121 // necessary for flash to communicate with js...
122 // please implement a better way

Callers 1

EvercookieFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected