2 Repos
The use of browser speculation rules to render potential future navigation targets in the background.
Distinguishing note: None of the candidates cover the browser Speculation Rules API for full-page background rendering
Explore 2 awesome GitHub repositories matching web development · Speculation Rule Prerendering. Refine with filters or upvote what's useful.
Quicklink is a JavaScript library and web performance optimization tool that fetches linked resources as they enter the browser viewport. It serves as a viewport-based resource preloader and a wrapper for the browser speculation rules API to reduce perceived page load times. The library implements background page rendering and predictive resource prefetching to enable faster navigation transitions. It manages a cache of prefetched URLs and uses browser speculation rules to render full pages in the background. The tool includes capabilities for resource filtering via regular expressions, netw
Uses browser speculation rules to render full pages in the background for near-instantaneous navigation transitions.
This repository contains the HTML specification, which defines the core standards for web page structuring, content organization, and document rendering. It establishes the fundamental algorithms for state-machine-based tokenization, tree construction for the document object model, and origin-based security isolation. The specification provides a framework for defining custom elements with independent lifecycles and registries. It also details the requirements for cross-document communication, session history management, and the synchronization of interface properties with content attributes.
Defines the Speculation Rules API to instruct browsers to prefetch or prerender future navigation targets.