@xuda.io/xuda-worker-bundle-min 1.3.1121 → 1.3.1123
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 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -8440,6 +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
|
+
func.events.delete_job(SESSION_ID, jobNoP);
|
|
8443
8444
|
return result
|
|
8444
8445
|
},
|
|
8445
8446
|
call_evaluate_javascript: async function () {
|
|
@@ -8455,6 +8456,7 @@ func.events.execute = async function (
|
|
|
8455
8456
|
true
|
|
8456
8457
|
);
|
|
8457
8458
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
8459
|
+
func.events.delete_job(SESSION_ID, jobNoP);
|
|
8458
8460
|
return result
|
|
8459
8461
|
},
|
|
8460
8462
|
execute_native_javascript: async function () {
|
|
@@ -8472,6 +8474,7 @@ func.events.execute = async function (
|
|
|
8472
8474
|
})(document.querySelector(\`[xu-ui-id=${elementP}]\`))`
|
|
8473
8475
|
);
|
|
8474
8476
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
8477
|
+
func.events.delete_job(SESSION_ID, jobNoP);
|
|
8475
8478
|
return result
|
|
8476
8479
|
},
|
|
8477
8480
|
execute_evaluate_javascript: async function () {
|
|
@@ -8490,6 +8493,7 @@ func.events.execute = async function (
|
|
|
8490
8493
|
true
|
|
8491
8494
|
);
|
|
8492
8495
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
8496
|
+
func.events.delete_job(SESSION_ID, jobNoP);
|
|
8493
8497
|
return result
|
|
8494
8498
|
},
|
|
8495
8499
|
loader_on: async function () {
|