[7] fetch は keepalive flag が設定されない限り navigate 時に停止されますから、基本的には文書ごとに存在するものです。 しかし接続プール (にある接続) についてはその限りではなく、 navigate を超えて再利用される可能性は排除されていません。 また事前接続については navigate 後も有効であるべきことが明示的に定められています。
[2] Fix #114: introduce the connection pool · whatwg/fetch@ee09509 ( 版) <https://github.com/whatwg/fetch/commit/ee0950908d97a3a33698ea4bc89f73c0df069c2d>
[5] Issue 92244 - chromium - Use of different socket pool instances of SSL and non-SSL results in inability to close idle sockets for different types - Monorail ( ()) <https://bugs.chromium.org/p/chromium/issues/detail?id=92244>