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
Currently the loader works by discovering dependencies as it loads them. If the server sent all transitive dependencies in the response, we could more efficiently load resources since we know ahead of time what we need to request.
The text was updated successfully, but these errors were encountered:
Currently the loader works by discovering dependencies as it loads them. If the server sent all transitive dependencies in the response, we could more efficiently load resources since we know ahead of time what we need to request.
The text was updated successfully, but these errors were encountered: