[ver] 1.62.1
This commit is contained in:
@@ -52,8 +52,8 @@ class LocalWriter{
|
||||
return true
|
||||
}
|
||||
|
||||
if(showOpenFilePicker){
|
||||
const handle = await showOpenFilePicker({
|
||||
if(showSaveFilePicker){
|
||||
const handle = await showSaveFilePicker({
|
||||
types: [{
|
||||
description: 'Binary',
|
||||
accept: {'application/octet-stream': ['.bin']}
|
||||
|
||||
Reference in New Issue
Block a user