globalsHeaders()prototypeHeaders.entries()Version: 3.37.0On this pageHeaders.entries() The Headers.entries() method returns an iterator allowing to go through all key/value pairs contained in this object. The both the key and value of each pairs are String objects. Syntax entries() Parameters None. Return value Returns an iterator.