Closed mwfarb closed 5 months ago
@hi-liang Any thoughts on how to organize this better would be super helpful. There is one issue I need help with. I tried to refactor the upload chains of async events well, esp. to be able to trace the resolves, but I could use help getting this updated object to return. https://github.com/arenaxr/arena-web-core/blob/build3d-upload2/static/auth.js#L468
Probably the simplest reproducible test is:
Upload File & Publish
.Upload
, the desired effect is to return the updated wire object from await uploadSceneFileStore
.Adding https://www.w3schools.com/js/js_callback.asp, thanks to @hi-liang !