when using it imperatively: ``` this.tileSet = await new Cesium.Cesium3DTileset({ url: "http://localhost:3000/tileset.json", }).readyPromise; ```
when using it imperatively: