priority

open val priority: String

Request: Priority.

Specifies the operating priority for this request, where applicable/supported. This property gives the developer a chance to express the relative priority of a given request, or to understand the estimated priority for an incoming request.

From MDN: "The priority read-only property of the Request interface contains the hinted priority of the request relative to other requests."

See also: MDN, Request.priority.