New features in Firefox for Android 153 (released on 2026-07-21)
-
IndexedDB getAllRecords()
Limited availabilityThe
getAllRecords()method ofIDBObjectStoreandIDBIndexreturn records and their primary keys from an IndexedDB store or index. The records can be read in batches and in reverse order. ThegetAllRecords()methods speed up read operations on large datasets.- Chrome 141 Released on 2025-09-30
- Chrome Android 141 Released on 2025-09-30
- Edge 141 Released on 2025-10-03
- Firefox 153 Released on 2026-07-21
- Firefox for Android 153 Released on 2026-07-21
- Safari Not supported Position: support
- Safari on iOS Not supported Position: support
Baseline availability blocked since July 2026 by Safari (0 months)
-
Intl.Locale info
Newly Available (since 2026-07-21)The getter methods of the
Intl.LocaleAPI provide supplemental information about a Unicode locale, such as the locale's calendar (for example, the first day in a week or the weekend start day), writing direction, 12- or 24-hour cycles, and numbering system.- Chrome 130 Released on 2024-10-15
- Chrome Android 130 Released on 2024-10-15
- Edge 130 Released on 2024-10-17
- Firefox 153 Released on 2026-07-21
- Firefox for Android 153 Released on 2026-07-21
- Safari 17 Released on 2023-09-18
- Safari on iOS 17 Released on 2023-09-18
-
popover="hint"
Limited availabilityThe
popover="hint"global HTML attribute creates a popover that is subordinate to popovers with apopover="auto"attribute. You can use this to create tooltips that don't dismissautopopovers.- Chrome Not supported
- Chrome Android Not supported
- Edge Not supported
- Firefox 153 Released on 2026-07-21
- Firefox for Android 153 Released on 2026-07-21
- Safari Not supported
- Safari on iOS Not supported
-
JavaScript promise integration (WebAssembly)
Limited availabilityThe JavaScript promise integration (JSPI) suspends a WebAssembly module when it calls a JavaScript method that returns a promise. The module resumes when the promise is resolved. You can use this to call asynchronous Web APIs from synchronous WebAssembly.
- Chrome 137 Released on 2025-05-27
- Chrome Android 137 Released on 2025-05-27
- Edge 137 Released on 2025-05-29
- Firefox 153 Released on 2026-07-21
- Firefox for Android 153 Released on 2026-07-21
- Safari Not supported
- Safari on iOS Not supported
Baseline availability blocked since July 2026 by Safari (0 months)