Open rokclimb15 opened 3 months ago
When loading a remote source in downloader.js, if the HTTP server responds 404 for the HEAD request, it shouldn't be necessary to make a subsequent GET request for the asset. You could short-circuit this logic to fail early.
When loading a remote source in downloader.js, if the HTTP server responds 404 for the HEAD request, it shouldn't be necessary to make a subsequent GET request for the asset. You could short-circuit this logic to fail early.