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

# Safari Technology Preview 73 Release Notes

Preview the latest web technology updates including: Web API, JavaScript, CSS, Media, WebRTC, Web Animations, Web Authentication, WebGPU, and Web Inspector.

## Overview

[Safari Technology Preview](https://webkit.org/blog/6017/introducing-safari-technology-preview/) Release 73 is now [available for download](https://webkit.org/downloads/) for macOS Mojave and macOS High Sierra. If you already have Safari Technology Preview installed, you can update in the Software Update pane of System Preferences on macOS Mojave and from the Mac App Store’s Updates tab on macOS High Sierra. After updating to macOS Mojave, you may have to reinstall Safari Technology Preview.

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

### Web API

- Fixed `navigator.userAgent` in service workers to correctly reflect the customUserAgent set by the client ([r239534](https://trac.webkit.org/changeset/239534/webkit/))
- Fixed `offsetLeft` and `offsetParent` to adjust across shadow boundaries ([r239313](https://trac.webkit.org/changeset/239313/webkit/))
- Fixed an incorrect value for key property in `keydown` and `keyup` events generated holding Control (⌃) key ([r239361](https://trac.webkit.org/changeset/239361/webkit/))
- Removed support for `<meta http-equiv=set-cookie>` ([r239342](https://trac.webkit.org/changeset/239342/webkit/))

### JavaScript

- Added support for `globalThis` ([r239464](https://trac.webkit.org/changeset/239464/webkit/))
- Added support for BigInt in `JSON.stringify` ([r239544](https://trac.webkit.org/changeset/239544/webkit/))
- Implemented support for BigInt `ValueDiv` into DFG ([r239158](https://trac.webkit.org/changeset/239158/webkit/))
- Implemented DFG and FTL support for `typeof` in BigInt ([r239141](https://trac.webkit.org/changeset/239141/webkit/))
- Implemented the “well-formed `JSON.stringify`” proposal ([r239537](https://trac.webkit.org/changeset/239537/webkit/))
- Optimized `Object.keys` by caching key results ([r239324](https://trac.webkit.org/changeset/239324/webkit/))

### CSS

- Fixed percentages in relative offsets for CSS grid items ([r239502](https://trac.webkit.org/changeset/239502/webkit/))
- Fixed thick overlines and line-throughs growing in the wrong direction ([r239357](https://trac.webkit.org/changeset/239357/webkit/))
- Fixed CSS variables to work for colors in the `border` property ([r239516](https://trac.webkit.org/changeset/239516/webkit/))
- Prevented attempting to animate invalid CSS properties ([r239174](https://trac.webkit.org/changeset/239174/webkit/))
- Updated CSS Properties and Values API to use new cycle fallback behavior ([r239365](https://trac.webkit.org/changeset/239365/webkit/))
- Updated repeated background images with zero size to display the background color ([r239504](https://trac.webkit.org/changeset/239504/webkit/))

### Media

- Changed EME MediaKeySystemConfiguration `distinctiveIdentifier` and `persistentState` to default to optional ([r239373](https://trac.webkit.org/changeset/239373/webkit/))
- Changed inline WebVTT styles should override styles from Captions settings in System Preferences ([r239181](https://trac.webkit.org/changeset/239181/webkit/))
- Updated PiP video to switch tabs before returning video to inline ([r239447](https://trac.webkit.org/changeset/239447/webkit/))
- Changed playing a media element synchronously after setting `srcObject` to succeed without user gesture ([r239189](https://trac.webkit.org/changeset/239189/webkit/))
- Fixed a flicker when exiting element-fullscreen ([r239475](https://trac.webkit.org/changeset/239475/webkit/))

### WebRTC

- Ensured the first video frame of a MediaStream is rendered ([r239319](https://trac.webkit.org/changeset/239319/webkit/))
- Fixed the MediaStream calculation of width or height when constraints contain only one of them ([r239163](https://trac.webkit.org/changeset/239163/webkit/))
- Ensured that an `ended` event fires on MediaStreamTrack when a USB camera is unplugged ([r239531](https://trac.webkit.org/changeset/239531/webkit/))
- Made `RTCRtpSender.setParameters` activate specific encodings ([r239252](https://trac.webkit.org/changeset/239252/webkit/))
- Made sure `getSenders()` and `getReceivers()` do not return closed transceiver senders or receivers ([r239238](https://trac.webkit.org/changeset/239238/webkit/))
- Implemented non-timeslice mode encoding for MediaRecorder ([r239145](https://trac.webkit.org/changeset/239145/webkit/))
- Made sure `RTCRtpTransceiver.stopped` is true when a remote description with the corresponding m section rejected is applied ([r239192](https://trac.webkit.org/changeset/239192/webkit/))

### Web Animations

- Changed Web Animations to ensure an animation’s finished state only occurs once when updating animations ([r239269](https://trac.webkit.org/changeset/239269/webkit/))

### Web Authentication

- Changed `userPresence` to always be true ([r239523](https://trac.webkit.org/changeset/239523/webkit/))

### WebGPU

- Implemented `WebGPUBindGroupLayoutDescriptor` and its supporting dictionaries ([r239288](https://trac.webkit.org/changeset/239288/webkit/))
- Added basic implementation of vertex buffers with Metal Shading Language in WebGPU ([r239139](https://trac.webkit.org/changeset/239139/webkit/))

### Web Inspector

- Enabled the display of m3u8 content as text in the Network tab ([r239343](https://trac.webkit.org/changeset/239343/webkit/))
- Ensured that localized strings in default audits respond to locale changes in the Audit tab ([r239449](https://trac.webkit.org/changeset/239449/webkit/))
- Fixed clipping of “Clear Filters” button in short windows in the Audit tab ([r239394](https://trac.webkit.org/changeset/239394/webkit/))
- Fixed descriptions of default tests in the Audit tab ([r239433](https://trac.webkit.org/changeset/239433/webkit/))
- Provided localization support for the display of “percentage passed” results in the Audit tab ([r239404](https://trac.webkit.org/changeset/239404/webkit/))
- Fixed autoformat for minified JavaScript ([r239467](https://trac.webkit.org/changeset/239467/webkit/))
- Fixed alignment of path view in the Canvas tab ([r239312](https://trac.webkit.org/changeset/239312/webkit/))
- Fixed initial focus state of the recording auto-capture input in the Canvas tab ([r239420](https://trac.webkit.org/changeset/239420/webkit/))
- Fixed selected text color when Inspector window is inactive in dark mode ([r239386](https://trac.webkit.org/changeset/239386/webkit/))
- Fixed colors of ThreadTreeElement status icon when hovered in dark mode ([r239430](https://trac.webkit.org/changeset/239430/webkit/))
- Fixed background color of Type profiler popovers in dark mode ([r239484](https://trac.webkit.org/changeset/239484/webkit/))
- Improved readability for tables containing object previews in dark mode ([r239443](https://trac.webkit.org/changeset/239443/webkit/))
- Fixed which element gets selected after pressing an arrow key after undoing deletion of a DOM node in the Elements tab ([r239405](https://trac.webkit.org/changeset/239405/webkit/))
- Fixed Charles Proxy errors when opening some HAR files exported from Safari ([r239478](https://trac.webkit.org/changeset/239478/webkit/))
- Fixed disappearing reload button after changing more than one setting ([r239179](https://trac.webkit.org/changeset/239179/webkit/))
- Fixed the spacing of “E” icon on the debugger dashboard ([r239432](https://trac.webkit.org/changeset/239432/webkit/))
- Fixed the rendering of column sort controls for dark mode in the Layers tab ([r239385](https://trac.webkit.org/changeset/239385/webkit/))
- Increased the default column width for some localizations in the Layers tab ([r239345](https://trac.webkit.org/changeset/239345/webkit/))
- Fixed the alignment of experimental setting editors for some localizations in the Settings tab ([r239521](https://trac.webkit.org/changeset/239521/webkit/))
- Fixed a problem in the Styles sidebar where focus was lost when the inspector is blurred ([r239527](https://trac.webkit.org/changeset/239527/webkit/))
- Fixed shift-clicking a color-swatch to change formats in the Styles sidebar ([r239413](https://trac.webkit.org/changeset/239413/webkit/))
- Fixed data corruption when toggling selected properties in the Styles sidebar ([r239251](https://trac.webkit.org/changeset/239251/webkit/))
- Improved the usability of the Computed styles sidebar when the panel is narrow ([r239399](https://trac.webkit.org/changeset/239399/webkit/))
- Made the “esc” key select the entire property when editing the name or value in the Styles sidebar ([r239481](https://trac.webkit.org/changeset/239481/webkit/))
- Prevented table selection from becoming corrupted when deleting selected cookies ([r239175](https://trac.webkit.org/changeset/239175/webkit/))
- Fixed labelling of Intersection Observer callbacks in the Timelines tab ([r239397](https://trac.webkit.org/changeset/239397/webkit/))

---

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)