Results 81 - 100 of 1,033

PerformanceResourceTiming.domainLookupEnd

The domainLookupEnd property returns the timestamp immediately after the browser finishes the domain name lookup for the resource.
API Property Reference Web Performance

PerformanceResourceTiming.domainLookupStart

The domainLookupStart property returns the timestamp immediately before the browser starts the domain name lookup for the resource.
API Property Reference Web Performance

PerformanceResourceTiming.encodedBodySize

The encodedBodySize property represents the size (in octets) received from the fetch (HTTP or cache), of the payload body, before removing any applied content-codings.
API Property Reference Web Performance

PerformanceResourceTiming.fetchStart

The fetchStart property represents a timestamp immediately before the browser starts to fetch the resource.
API Property Reference Web Performance

PerformanceResourceTiming.initiatorType

The initiatorType property is a string that represents the type of resource that initiated the performance event. The value of this string is as follows:
API Property Reference Web Performance

PerformanceResourceTiming.nextHopProtocol

The nextHopProtocol property is a string representing the network protocol used to fetch the resource, as identified by the ALPN Protocol ID (RFC7301).
API Property Reference Web Performance

PerformanceResourceTiming.redirectEnd

The redirectEnd property returns a timestamp immediately after receiving the last byte of the response of the last redirect.
API Property Reference Web Performance

PerformanceResourceTiming.redirectStart

The redirectStart property returns a timestamp representing the start time of the fetch which that initiates the redirect.
API Property Reference Web Performance

PerformanceResourceTiming.requestStart

The requestStart property returns a timestamp of the time immediately before the browser starts requesting the resource from the server, cache, or local resource. If the transport connection fails and the browser retires the request, the value returned will be the start of the retry request.
API Property Reference Web Performance

PerformanceResourceTiming.responseEnd

The responseEnd property returns a timestamp immediately after the browser receives the last byte of the resource or immediately before the transport connection is closed, whichever comes first.
API Property Reference Web Performance

PerformanceResourceTiming.responseStart

The responseStart property returns a timestamp immediately after the browser receives the first byte of the response from the server, cache, or local resource.
API Property Reference Web Performance

PerformanceResourceTiming.secureConnectionStart

The secureConnectionStart property returns a timestamp immediately before the browser starts the handshake process to secure the current connection. If a secure connection is not used, the property returns zero.
API Property Reference Web Performance

PerformanceResourceTiming.toJSON()

The toJSON() method is a serializer that returns a JSON representation of the PerformanceResourceTiming object.
API Method Reference Web Performance

PerformanceResourceTiming.transferSize

The transferSize property represents the size (in octets) of the fetched resource. The size includes the response header fields plus the response payload body (as defined by RFC7230.
API Property Reference Web Performance

PerformanceResourceTiming.workerStart

If the current context is a worker, the workerStart property returns a timestamp immediately before the worker that fetches the resource is started. If the context is not a worker (i.e. a browser context), this property returns zero.
API Property Reference Web Performance

HTML attribute reference

Elements in HTML have attributes; these are additional values that configure the elements or adjust their behavior in various ways to meet the criteria the users want.
Attribute HTML Reference Référence Web

HTML element reference

This page lists all the HTML elements. They are grouped by function to help you find what you have in mind easily. Although this guide is written for those who are newer to coding, we intend it to be useful for anyone.
Basic Element HTML Reference Web

<marquee>

The HTML <marquee> element is used to insert a scrolling area of text.
Element HTML Obsolete Reference Web

<shadow>

The HTML <shadow> element is used as a shadow DOM insertion point. You might use it if you have created multiple shadow roots under a shadow host. It is not useful in ordinary HTML. It is used with Web Components.
Element HTML Reference Web Components

Global attributes

Global attributes may be specified on all HTML elements, even those not specified in the standard. That means that any non-standard elements must still permit these attributes, even though using those elements means that the document is no longer HTML5-compliant. For example, HTML5-compliant browsers hide content marked as <foo hidden>...<foo>, even though <foo> is not a valid HTML element.
Attribute HTML NeedsBrowserCompatibility Reference Web