pwnbreak

Results 2 comments of pwnbreak

I managed to make it (almost) work with this: ```js import SQLite from 'react-native-sqlite-2'; import setGlobalVars from 'indexeddbshim/src/setGlobalVars'; import Dexie from 'dexie'; const win = {}; setGlobalVars( win, { checkOrigin:...

True, but it's actually working (data is stored in mobile via react-native-sqlite-2). But of course it's not useful if it can't run in the old Android JSC Engine. I think...