headers property

Contains the Headers object of the request.

This property is read-only.

Syntax

JavaScript
headers = object.headers

 

Property values

Type: Headers

A Headers object that is associated with the request.

Standards information

See also

Request