mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +03:00
Build refactoring for the fiddle/wasm bits. Set up wasm binding of a chunk of the core C API and added some infastructure for creating test pages for it.
FossilOrigin-Name: dea098b64eb95c395b346ebcae687afe42b7d21df48833527808c02226300a66
This commit is contained in:
@@ -159,8 +159,9 @@
|
||||
progressElement.remove();
|
||||
if(!text) spinnerElement.remove();
|
||||
}
|
||||
if(text) statusElement.innerText = text;
|
||||
else {
|
||||
if(text){
|
||||
statusElement.innerText = text;
|
||||
}else{
|
||||
console.log("Finalizing status.");
|
||||
statusElement.remove();
|
||||
SF.clearMsgHandlers('module');
|
||||
|
||||
Reference in New Issue
Block a user