Chad Engler
Chad Engler
The code you posted seems like it would work fine. Keep in mind you can't use a loader to load more things once it is already in-flight. Once it is...
Like @themoonrat mentioned, the purpose of not having a single loader object handle getting more loads while already in progress is to avoid the issues with progress that come from...
I'm open to using this if you want to build the infrastructure necessary for us to deploy to it. Right now our AWS flow is pretty easily supported. I'm not...
Cloudfront recently added support for mainland China, so we should be able to configure it to do so. I'll investigate further. https://aws.amazon.com/about-aws/whats-new/2019/04/amazon-cloudfront-is-now-available-in-mainland-china/
> A China legal entity is required to register an AWS China Region accounts. Well I guess that won't work.
Cloudflare is what I use for `pixiplayground.com` and it seems to work in China, maybe we switch to that for our CDN front-end to S3. I'll try setting up a...
So looks like for us to proxy our S3 traffic through CloudFlare we would need to have the bucket name match *exactly* the DNS CNAME. Currently we are exposing the...
I *think* you are right it should be a mostly internal change. AFAIK this is the checklist: - [ ] Rename all buckets to match the expected domain name they...
Hey @finscn can you confirm that: 1. [this CloudFlare url](https://pixi.pixiplayground.com/4.4.1/pixi.js) **works properly** 2. [this CloudFront url](https://d157l7jdn8e5sf.cloudfront.net/4.4.1/pixi.js) **does not work** Thanks!