<!--
{
  "documentType" : "article",
  "framework" : "Safari Technology Preview Release Notes",
  "identifier" : "/documentation/Safari-Technology-Preview-Release-Notes/stp-release-93",
  "metadataVersion" : "0.1.0",
  "role" : "article",
  "title" : "Safari Technology Preview 93 Release Notes"
}
-->

# Safari Technology Preview 93 Release Notes

Preview the latest web technology updates including: Resource Timing, SVG, Web API, Web Inspector, Accessibility, Apple Pay, JavaScript, WebGPU, Web Authentication, and WebDriver.

## Overview

[Safari Technology Preview](https://webkit.org/blog/6017/introducing-safari-technology-preview/) Release 93 is now [available for download](https://webkit.org/downloads/) for macOS Mojave and the macOS Catalina beta. If you already have Safari Technology Preview installed, you can update in the Software Update pane of System Preferences on macOS.

This release covers WebKit revisions [249750-250329](https://trac.webkit.org/log?stop_rev=249750&&rev=250329&limit=999).

### Resource Timing

- Updated to report performance entries with all HTTP status codes ([r250167](https://trac.webkit.org/changeset/250167/webkit/))

### SVG

- Added auto behavior for `rx` and `ry` to the SVG `<ellipse>` and `<rect>` elements ([r250147](https://trac.webkit.org/changeset/250147/webkit/))
- Fixed SVG `<animateMotion>` to reset the element to its first animation frame if its fill is set to `"remove"` ([r249974](https://trac.webkit.org/changeset/249974/webkit/))
- Fixed SMIL animations of SVG `<view>` element having no effect ([r249843](https://trac.webkit.org/changeset/249843/webkit/))

### Web API

- Added support for `sync-xhr` feature policy ([r250288](https://trac.webkit.org/changeset/250288/webkit/))
- Changed to use the same parser for `<meta http-equiv="refresh">` and `Refresh` HTTP header ([r249792](https://trac.webkit.org/changeset/249792/webkit/))
- Fixed `Node.replaceChild()`’s pre-replacement validation order ([r249821](https://trac.webkit.org/changeset/249821/webkit/))
- Fixed parsing `Access-Control-Expose-Headers` correctly ([r249946](https://trac.webkit.org/changeset/249946/webkit/))
- Fixed preserving `Content-Type` to be preserved on responses created from DOMCache ([r249945](https://trac.webkit.org/changeset/249945/webkit/))
- Fixed `Date.prototype.toJSON` to properly execute ([r249861](https://trac.webkit.org/changeset/249861/webkit/))
- Fixed HTMLVideoElement with a broken poster image to take a square dimension ([r250100](https://trac.webkit.org/changeset/250100/webkit/))
- Fixed a case where the Intersection Observer intersection ratio becomes larger than 1 ([r249845](https://trac.webkit.org/changeset/249845/webkit/))
- Fixed cropped dropdown shadow for  `<datalist>` ([r250260](https://trac.webkit.org/changeset/250260/webkit/))
- Fixed blocking insecure WebSocket URL connection attempts by Workers on secure pages ([r250300](https://trac.webkit.org/changeset/250300/webkit/))
- Fixed posting a message to a redundant Service Worker should fail silently instead of throwing ([r249781](https://trac.webkit.org/changeset/249781/webkit/))
- Improved CSP inheritance semantics ([r250255](https://trac.webkit.org/changeset/250255/webkit/))
- Provided a prototype for AR QuickLook to trigger processing in the originating page ([r249855](https://trac.webkit.org/changeset/249855/webkit/))
- Removed `gopher` from the list of special schemes in URLParser ([r249941](https://trac.webkit.org/changeset/249941/webkit/))

### Web Inspector

- Elements
  - Prevented showing the Changes details sidebar panel when selecting text nodes ([r249788](https://trac.webkit.org/changeset/249788/webkit/))
- Resources
  - Added support for pretty printing HTML content ([r249831](https://trac.webkit.org/changeset/249831/webkit/), [r249969](https://trac.webkit.org/changeset/249969/webkit/), [r250152](https://trac.webkit.org/changeset/250152/webkit/))
  - Added support for pretty printing XML-like content ([r249867](https://trac.webkit.org/changeset/249867/webkit/))
- Canvas
  - Added `GPUDevice` content previews and device configuration ([r249786](https://trac.webkit.org/changeset/249786/webkit/))
  - Added a list of any `GPURenderPipeline`/`GPUComputePipeline`, including the content of any `GPUShaderModule`, for the associated `GPUDevice` ([r250258](https://trac.webkit.org/changeset/250258/webkit/))
- Console
  - Added a “Show More” button to see more than 100 items in arrays / collections  ([r250087](https://trac.webkit.org/changeset/250087/webkit/))
  - Decreased the amount of horizontal space used by autocompletion bubbles  ([r249848](https://trac.webkit.org/changeset/249848/webkit/))
  - Improved autocompletion typing performance by avoiding global forced layouts ([r249863](https://trac.webkit.org/changeset/249863/webkit/))
- Miscellaneous
  - Changed to allow undocked Web Inspector windows to be dragged around by the title text ([r250063](https://trac.webkit.org/changeset/250063/webkit/))

### Accessibility

- Exposed misspelling ranges for editable content to accessibility clients. ([r249893](https://trac.webkit.org/changeset/249893/webkit/))

### Apple Pay

- Added support for telling websites why a session was cancelled ([r250048](https://trac.webkit.org/changeset/250048/webkit/))
- Cleaned up handling of summary items and payment method updates ([r250179](https://trac.webkit.org/changeset/250179/webkit/))

### JavaScript

- Added missing syntax errors for await in function parameter default expressions ([r249925](https://trac.webkit.org/changeset/249925/webkit/))

### WebGPU

- Ensured `structs` and `arrays` with pointers as fields are disallowed ([r249787](https://trac.webkit.org/changeset/249787/webkit/))
- Removed `null` from the standard library ([r249794](https://trac.webkit.org/changeset/249794/webkit/))

### Web Authentication

- Added support for more than two FIDO protocol versions ([r249927](https://trac.webkit.org/changeset/249927/webkit/))

### WebDriver

- Fixed a bug that caused `safaridriver —enable` to not take effect immediately in some cases.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)