argonjs / argon-app

Source code for the Argon4 AR Web Browser

Home Page:https://app.argonjs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vuforia Datasets: fetch and open

blairmacintyre opened this issue · comments

I can't tell from the code in argon-vuforia-service.js, but if I call NativescriptVuforiaServiceDelegate.prototype.dataSetFetch and then call NativescriptVuforiaServiceDelegate.prototype.dataSetLoad before it finishes, will things work? I'd hope that two http.request() calls for the same file, almost immediately at the same time, would work as expected.

Solved; there doesn't seem to be any problems with doing them, http.request seems to do the right thing