Home
last modified time | relevance | path

Searched refs:opfsVfs (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-opfs.js166 opfsVfs.dispose();
183 const opfsVfs = new sqlite3_vfs();
185 opfsVfs.$iVersion = 2/*yes, two*/;
190 opfsVfs.$xDlOpen = opfsVfs.$xDlError = opfsVfs.$xDlSym = opfsVfs.$xDlClose = null;
191 opfsVfs.ondispose = [
192 '$zName', opfsVfs.$zName,
868 opfsVfs.$xSleep = dVfs.$xSleep;
870 if(!opfsVfs.$xRandomness){
879 if(!opfsVfs.$xSleep){
1143 opt.vfs = opfsVfs.$zName;
[all …]