Results 41 - 49 of 49

GlobalFetch

The GlobalFetch mixin of the Fetch API contains the GlobalFetch.fetch() method used to start the process of fetching a resource.
API Experimental Fetch GlobalFetch HTTP Interface Networking Reference request

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

PerformanceTiming.fetchStart

The PerformanceTiming.fetchStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, the browser is ready to fetch the document using an HTTP request. This moment is before the check to any application cache.
API HTTP request Navigation Timing PerformanceTiming Property Read-only Reference Référence