Skip to content

Commit 6c295e2

Browse files
committed
add Oculus Quest Browser 41 compat data mapping
https://developers.meta.com/horizon/release-notes/web/
1 parent c688101 commit 6c295e2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Fixed increasing `.size` in `URLSearchParams.prototype.append` polyfill in IE8-
44
- Compat data improvements:
55
- Missed [Explicit Resource Management](https://github.com/tc39/proposal-explicit-resource-management) features [added in Bun 1.3.0](https://bun.com/blog/bun-v1.3#disposablestack-and-asyncdisposablestack)
6+
- Added Oculus Quest Browser 41 compat data mapping
67

78
### [3.46.0 - 2025.10.09](https://github.com/zloirock/core-js/releases/tag/v3.46.0)
89
- Changes [v3.45.1...v3.46.0](https://github.com/zloirock/core-js/compare/v3.45.1...v3.46.0) (116 commits)

packages/core-js-compat/src/mapping.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ export default {
334334
[134, '38.0'],
335335
[136, '39.0'],
336336
[138, '40.0'],
337+
[140, '41.0'],
337338
],
338339
// https://github.com/mdn/browser-compat-data/blob/main/browsers/firefox_android.json
339340
FirefoxToFirefoxAndroid(firefox) {

0 commit comments

Comments
 (0)