You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: