Skip to main content
Version: 3.14.1

Headers.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.