Click or drag to resize

Request Properties

Version 85.3.121

The Request type exposes the following members.

Properties
  NameDescription
Public propertyHasPostData
True when the request has POST data. Note that postData might still be omitted when this flag is true when the data is too long.
Public propertyHeaders
HTTP request headers.
Public propertyInitialPriority
Priority of the resource request at the time request is sent.
Public propertyIsLinkPreload
Whether is loaded via link preload.
Public propertyMethod
HTTP request method.
Public propertyMixedContentType
The mixed content type of the request.
Public propertyPostData
HTTP POST request data.
Public propertyReferrerPolicy
The referrer policy of the request, as defined in https://www.w3.org/TR/referrer-policy/
Public propertyUrl
Request URL (without fragment).
Public propertyUrlFragment
Fragment of the requested URL starting with hash, if present.
Top
See Also