Effect of keepalive (not keep-alive) within fetch in workers?

Not to be confused with HTTP keep-alive, does the keepalive fetch option have any effect on the worker platform? Hopeful at minimum that established TCP connections can be reused within the same request. See docs: https://developer.mozilla.org/en-US/docs/Web/API/fetch#keepalive
MDN Web Docs
fetch() global function - Web APIs | MDN
The global fetch() method starts the process of fetching a resource from the network, returning a promise that is fulfilled once the response is available.
1 Reply
kian
kian5mo ago
It's not supported in Workers