Resource Hints: dns-prefetch
Gives a hint to the browser to perform a DNS lookup in the background to improve performance. This is indicated using `<link rel="dns-prefetch" href="https://example.com/">`
Resource Hints: preconnect
Gives a hint to the browser to begin the connection handshake (DNS, TCP, TLS) in the background to improve performance. This is indicated using `<link rel="preconnect" href="https://example-domain.com/">`
Resource Hints: prefetch
Informs the browsers that a given resource should be prefetched so it can be loaded more quickly. This is indicated using `<link rel="prefetch" href="(url)">`
Resource Hints: preload
Using `<link rel="preload">`, browsers can be informed to prefetch resources without having to execute them, allowing fine-grained control over when and how resources are loaded. Only the following `as` values are supported: fetch, image, font, script, style, track.
Resource Hints: prerender
Gives a hint to the browser to render the specified page in the background, speeding up page load if the user navigates to it. This is indicated using `<link rel="prerender" href="(url)">`
prefers-color-scheme media query
Media query to detect if the user has set their system to use a light or dark color theme.
prefers-reduced-motion media query
CSS media query based on a user preference for preferring reduced motion (animation, etc).
presentation api
presentationavailability api
presentationavailability api: `change` event
presentationavailability api: value
presentationconnection api
presentationconnectionavailableevent api
presentationconnectioncloseevent api
presentationconnectioncloseevent api: message
presentationconnectioncloseevent api: reason
presentationconnectionlist api
presentationconnectionlist api: connections
presentationconnection api: binarytype
presentationconnection api: close
presentationconnection api: `close` event
presentationconnection api: `connect` event
presentationconnection api: id
presentationconnection api: `message` event
presentationconnection api: send
presentationconnection api: state
presentationconnection api: terminate
presentationconnection api: `terminate` event
presentationconnection api: url
presentationreceiver api
presentationreceiver api: connectionlist
presentationrequest api
presentationrequest api: getavailability
presentationrequest api: reconnect
presentationrequest api: secure context required
presentationrequest api: start
presentation api: defaultrequest
presentation api: receiver
pressureobserver api
pressureobserver api: disconnect
pressureobserver api: knownsources_static
pressureobserver api: observe
pressureobserver api: takerecords
pressureobserver api: unobserve
pressurerecord api
pressurerecord api: source
pressurerecord api: state
pressurerecord api: time
pressurerecord api: tojson
html element: pre
50 results found.