boda_jsEnv/bodaEnv/env/showSaveFilePicker.js
xuxiaobo-bobo 842b34b5ca 0218
2024-02-18 15:40:48 +08:00

18 lines
571 B
JavaScript

// showSaveFilePicker对象
bodaEnv.memory.globlProtoObj["showSaveFilePicker"] = {
showSaveFilePicker(a) {
bodaEnv.toolsFunc.console_copy(`showSaveFilePicker 使用-- >`, a);
}
}.showSaveFilePicker;
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["showSaveFilePicker"], "length", {
configurable: true,
enumerable: false,
writable: false,
value: 0
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["showSaveFilePicker"], "name", {
configurable: true,
enumerable: false,
writable: false,
value: 'showSaveFilePicker'
});