firefox (133) fetch
fetch("/path", { headers: [["A", "B"], ["C", "D"] })
results in the following headers on the request:
whatwg-fetch polyfill (3.6.20)
fetchPolyfill("/path", { headers: [["A", "B"], ["C", "D"]] })
results in the following headers on the request: