Refresh Page Shortcut Updated

The standard keyboard shortcut to refresh a page remains F5 or Ctrl + R for Windows/Linux, and Command (⌘) + R for macOS.

Fn + F5: Required on many modern laptops where function keys double as media controls. macOS: refresh page shortcut updated

// RenderFrameHostImpl.cc
if (navigation_type == NavigationType::kReloadBypassingCache) 
    // Clear code cache via blink::CodeCacheHost
    ClearCodeCache(url::Origin(loader_url));
    // Unregister active service workers for this scope
    UnregisterServiceWorkerImmediate();
    // Add 'Cache-Control: no-cache, no-store' header
    request.SetHttpHeader("Cache-Control", "no-store");

iOS (Safari/Chrome): Tap the circular arrow in the address bar. In Safari, you can also "Pull to Refresh" by dragging the page down from the top. The standard keyboard shortcut to refresh a page

Edge’s "Sleeping Tabs" feature puts inactive tabs to sleep after a set period. The refresh page shortcut updated in Edge addresses this: // Add 'Cache-Control: no-cache