Searched refs:wMsg (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/wasm/fiddle/ |
| H A D | fiddle-worker.js | 96 const wMsg = function 100 const stdout = (...args)=>wMsg('stdout', args); 101 const stderr = (...args)=>wMsg('stderr', args); 116 wMsg('error', err); 196 wMsg('working','start'); 207 wMsg('working','end'); 257 wMsg('db-export',{filename: fn2, buffer: buffer.buffer}, [buffer.buffer]); 262 wMsg('db-export',{ 357 wMsg('module',{ 377 wMsg('fiddle-ready');
|
| H A D | fiddle.js | 293 wMsg: function(type,data,transferables){ 304 this.wMsg('db-reset'); 467 this.wMsg('shellExec',sql); 522 SF.wMsg('interrupt'); 552 SF.wMsg('db-export'); 594 SF.wMsg('open',{
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-opfs-async-proxy.js | 785 const wMsg = (type)=>postMessage({type}); function 813 wMsg('opfs-async-inited'); 829 wMsg('opfs-async-loaded');
|