Skip to main content
Development 2 min read 191 views

Safari 26 Released with Performance Improvements

Apple's Safari 26.3 brings practical performance enhancements and developer tools, including Zstandard compression support and the Navigation API for improved single-page applications.

TD

TechDrop Editorial

Share:

Apple released Safari 26.3 on February 11, 2026, building on the Safari 26 series that launched in September 2025. The update focuses on practical improvements for both performance and user experience, introducing new tools for optimizing content delivery and better control over navigation in single-page applications.

Zstandard Compression Support

One of the most significant additions in Safari 26.3 is support for Zstandard (Zstd), an open, real-time compression algorithm. Zstd compresses text-based web assets before delivery to browsers and decompresses them quickly on-device, offering improved performance over traditional compression methods. This feature allows web developers to reduce page load times without sacrificing user experience.

Navigation API and Enhanced Controls

Safari 26.3 introduces the Navigation API, which exposes an AbortSignal on NavigateEvent that triggers when navigation is aborted. This gives developers a standard way to clean up and cancel work in single-page applications, addressing a long-standing challenge in modern web development. The API provides more granular control over navigation events compared to previous approaches.

Additional Improvements

The update includes platform-specific enhancements, such as automatic dimming of surroundings during fullscreen video playback in visionOS to help users focus on content. Safari 26 as a series has delivered broad accessibility fixes, new CSS and rendering features, expanded Web APIs, and improved performance across iOS, macOS, and visionOS, with highlights including ARIA fixes, SVG and Canvas enhancements, and WebGL/WebGPU support improvements.

Related Articles