Web platform features explorer

📃 October 2025 release notes

Newly available

The following features are newly available:

  • WebRTC encoded transform: The WebRTC encoded transform API allows you to modify audio and video streams in WebRTC connections. For example, it can be used for visual effects or custom codecs.

New in Edge

The following features are now available in Edge:

  • IndexedDB getAllRecords(): The getAllRecords() method of IDBObjectStore and IDBIndex return records and their primary keys from an IndexedDB store or index. The records can be read in batches and in reverse order. The getAllRecords() methods speed up read operations on large datasets.