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
The spec doesn't specify how to compute the destination of a request, it only links to the fetch spec which contains this incomplete table and current implementations in Chrome and Firefox sometimes don't follow that table and also disagree with each other (for example they both set destination to "" for top-level navigations and Chrome sets it to "" for fonts).
Related: #698 - the initiator type can be used as another hint to distinguish the different kinds of requests.