Refresh Page Shortcut Updated Better

: Reloads the current page using cached files where possible to save time. Windows/Linux/ChromeOS : F5 or Ctrl + R . macOS : Command + R .

On mobile devices, physical keyboards are rare, but "shortcuts" still exist through gestures and menus. 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"); : Reloads the current page using cached files