Actions
Feature #6447
closedAsync version of ixsl:call?
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
IXSL extensions
Sprint/Milestone:
-
Start date:
2024-06-07
Due date:
% Done:
100%
Estimated time:
SEF Generated with:
Platforms:
Company:
-
Contact person:
-
Additional contact persons:
-
Description
I was wondering if there could be a variant of ixsl:call
function that would allow calling async JS functions using the await
keyword? Or maybe a new ixsl:await
function?
Because right now the only way I know how to retrieve the result of an async JS function is to define a callback function that throws a CustomEvent
which is then matched as an ixsl:
template mode.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await
Please register to edit this issue
Actions
Also available in: Atom PDF Tracking page