MCPcopy Create free account
hub / github.com/GoogleChrome/samples / wfetch

Function wfetch

sqlite-wasm-cos/sqlite3.mjs:169–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 );
168 sims.debugModule("instantiateWasm() uri =", uri, "sIMS =",this);
169 const wfetch = ()=>fetch(uri, {credentials: 'same-origin'});
170 const finalThen = (arg)=>{
171 arg.imports = imports;
172 sims.instantiateWasm = arg /* used by sqlite3-api-prologue.c-pp.js */;

Callers 1

sqlite3InitModuleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected