Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-02-23 23:49:37 +03:00
parent 6a1b61ae79
commit 3ca6a48d4f
2 changed files with 5 additions and 1 deletions

View File

@ -2937,6 +2937,7 @@ for(var i=0; i<PAGES; i++){
var Config =
module.Config = {
// XXX need an import button...
Export: {
text: '<button onclick="exportData()">Export</button>' },
// XXX

View File

@ -542,7 +542,10 @@ require(['./browser'], function(browser){
//---------------------------------------------------------------------
// Export...
// Export/Import...
// XXX
var importData = function(){}
// XXX
var exportData = async function(options={}){