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.
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).
attr api: prefix
element api: prefix
element api: prepend
event api: preventdefault
node api: previoussibling
presentation api
presentationavailability api
presentationavailability api: `change` event
presentationavailability api: value
presentationconnection api
presentationconnectionavailableevent api
presentationconnectionavailableevent api: connection
presentationconnectioncloseevent api
presentationconnectioncloseevent api: message
presentationconnectioncloseevent api: reason
presentationconnectionlist api
presentationconnectionlist api: `connectionavailable` event
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: `connectionavailable` event
presentationrequest api: getavailability
presentationrequest api: reconnect
presentationrequest api: secure context required
presentationrequest api: start
presentation api: defaultrequest
presentation api: receiver
html element: pre
javascript built-in: object: preventextensions
javascript built-in: proxy: handler: preventextensions
javascript built-in: reflect: preventextensions
50 results found.