#15172·puppeteer

Puppeteer should use Web platform Headers class to represent headers

Author: OrKoNCreated Jun 30, 2026Updated Aug 16, 2026
Labelsconfirmed

Currently, Puppeteer returns headers as a plain object. We should switch to return and optionally accept https://developer.mozilla.org/en-US/docs/Web/API/Headers that handles duplicate headers more gracefully and it is compatible with the web APIs.