Results 1 - 20 of 49

GlobalFetch.fetch()

The fetch() method of the GlobalFetch mixin starts the process of fetching a resource. This returns a promise that resolves to the Response object representing the response to your request.
API Experimental Fetch Fetch API GlobalFetch Method Reference request

Request

The Request interface of the Fetch API represents a resource request.
API Experimental Fetch Fetch API Interface Reference request

Response

The Response interface of the Fetch API represents the response to a request.
API Experimental Fetch Fetch API Interface Reference Response

Request.clone()

The clone() method of the Request interface creates a copy of the current Request object.
API clone Experimental Fetch Method Reference request

Request.context

The context read-only property of the Request interface contains the context of the Request (e.g., audio, image, iframe). This defines what sort of resource is being fetched.
API Context Experimental Fetch Property Reference request