@xuda.io/xuda-worker-bundle-min 1.3.1124 → 1.3.1126
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +4 -4
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -8440,7 +8440,7 @@ func.events.execute = async function (
|
|
|
8440
8440
|
dsSession
|
|
8441
8441
|
);
|
|
8442
8442
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
8443
|
-
|
|
8443
|
+
|
|
8444
8444
|
return result
|
|
8445
8445
|
},
|
|
8446
8446
|
call_evaluate_javascript: async function () {
|
|
@@ -8456,7 +8456,7 @@ func.events.execute = async function (
|
|
|
8456
8456
|
true
|
|
8457
8457
|
);
|
|
8458
8458
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
8459
|
-
|
|
8459
|
+
|
|
8460
8460
|
return result
|
|
8461
8461
|
},
|
|
8462
8462
|
execute_native_javascript: async function () {
|
|
@@ -8474,7 +8474,7 @@ func.events.execute = async function (
|
|
|
8474
8474
|
})(document.querySelector(\`[xu-ui-id=${elementP}]\`))`
|
|
8475
8475
|
);
|
|
8476
8476
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
8477
|
-
|
|
8477
|
+
|
|
8478
8478
|
return result
|
|
8479
8479
|
},
|
|
8480
8480
|
execute_evaluate_javascript: async function () {
|
|
@@ -8493,7 +8493,7 @@ func.events.execute = async function (
|
|
|
8493
8493
|
true
|
|
8494
8494
|
);
|
|
8495
8495
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
8496
|
-
|
|
8496
|
+
|
|
8497
8497
|
return result
|
|
8498
8498
|
},
|
|
8499
8499
|
loader_on: async function () {
|