- Filters:
- All
- Newly available
- Widely available
- Limited availability
- One missing engine
- Discouraged
- Latest browser releases:
- Chrome
- Chrome Android
- Edge 135
- Firefox
- Firefox for Android
- Safari 18.4
- Safari on iOS 18.4
New features in Edge 135 (released on 2025-04-04)
-
fetchLater
Limited availabilityThe
fetchLater()
method requests a deferred fetch sent at an unknown time. The browser chooses a reliable time to send the request, ideally when the document is unloaded, and ignores the response. This API is useful for sending beacons to a server without expecting a particular response.- Chrome 135 Released on 2025-04-01
- Chrome Android 135 Released on 2025-04-01
- Edge 135 Released on 2025-04-04
- Firefox ❌
- Firefox for Android ❌
- Safari ❌
- Safari on iOS ❌
-
Float16Array
Newly available since 2025-04-04Float16Array is a typed array of 16-bit floating point numbers.
- Chrome 135 Released on 2025-04-01
- Chrome Android 135 Released on 2025-04-01
- Edge 135 Released on 2025-04-04
- Firefox 129 Released on 2024-08-06
- Firefox for Android 129 Released on 2024-08-06
- Safari 18.2 Released on 2024-12-11
- Safari on iOS 18.2 Released on 2024-12-11
-
Invoker commands
Limited availabilityThe
command
andcommandfor
attributes for the<button>
HTML element dispatch an action to an element when the button is invoked (by click or keystroke), as a declarative alternative toaddEventListener()
calls oronclick
attribute handlers.- Chrome 135 Released on 2025-04-01
- Chrome Android 135 Released on 2025-04-01
- Edge 135 Released on 2025-04-04
- Firefox ❌
- Firefox for Android ❌
- Safari ❌
- Safari on iOS ❌
-
Scroll markers
Limited availabilityA scroll container can be navigated by activating
::scroll-marker
pseudo-elements which appear in a generated::scroll-marker-group
pseudo-element, either before or after the scroll container.- Chrome 135 Released on 2025-04-01
- Chrome Android ❌
- Edge 135 Released on 2025-04-04
- Firefox ❌
- Firefox for Android ❌
- Safari ❌
- Safari on iOS ❌
-
Single color stop gradients
Newly available since 2025-04-04A single color stop can be provided to the
linear-gradient()
,radial-gradient()
, andconic-gradient()
CSS functions, and their repeating counterparts, to create a solid color background.- Chrome 135 Released on 2025-04-01
- Chrome Android 135 Released on 2025-04-01
- Edge 135 Released on 2025-04-04
- Firefox 136 Released on 2025-03-04
- Firefox for Android 136 Released on 2025-03-04
- Safari 18.4 Released on 2025-03-31
- Safari on iOS 18.4 Released on 2025-03-31