Replies: 1 comment
-
ok, i guess this isnt possible? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've tried to find an answer to this, and seen things such as this question, but could not figure out via code... My goal here is to sequentially load n different elements on load. Contrived/simplified code:
I'd like them all to use a single
queue
, perhaps viahx-sync
. I've tried to do this via a parent element, etc, but could not figure out a solution so far. Thanks~Update, this is the closest I got so far, but its only executing 2 of the 4 requests:
I tried various options for the secondary
queue
argument.This also did NOT work, and everything was issued at once:
Beta Was this translation helpful? Give feedback.
All reactions