Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-opfs-async-proxy.js183 const getSyncHandle = async (fh)=>{ function
449 rc = await (await getSyncHandle(fh)).getSize();
470 await getSyncHandle(fh);
535 nRead = (await getSyncHandle(fh)).read(
578 await (await getSyncHandle(fh)).truncate(size);
615 n === (await getSyncHandle(fh))