Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-opfs.js1013 const doDir = async function callee(dirHandle,tgt){ argument
1014 tgt.name = dirHandle.name;
1017 for await (const handle of dirHandle.values()){
1126 const doDir = async function callee(dirHandle, depth){ argument
1127 for await (const handle of dirHandle.values()){
1128 if(false === opt.callback(handle, dirHandle, depth)) return false;
H A Dsqlite3-opfs-async-proxy.js392 try{ await fh.dirHandle.removeEntry(fh.filenamePart) }
512 dirHandle: hDir, property