You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/web-features.js
+69-6Lines changed: 69 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1390,7 +1390,7 @@ export const browsers = {
1390
1390
"version": "144"
1391
1391
},
1392
1392
{
1393
-
"date": "2026-02-12",
1393
+
"date": "2026-02-14",
1394
1394
"version": "145"
1395
1395
},
1396
1396
{
@@ -1400,6 +1400,10 @@ export const browsers = {
1400
1400
{
1401
1401
"date": "2026-04-09",
1402
1402
"version": "147"
1403
+
},
1404
+
{
1405
+
"date": "null",
1406
+
"version": "148"
1403
1407
}
1404
1408
]
1405
1409
},
@@ -2796,6 +2800,10 @@ export const browsers = {
2796
2800
"date": "2026-02-11",
2797
2801
"version": "26.3"
2798
2802
},
2803
+
{
2804
+
"date": "null",
2805
+
"version": "26.4"
2806
+
},
2799
2807
{
2800
2808
"date": "null",
2801
2809
"version": "preview"
@@ -3020,6 +3028,10 @@ export const browsers = {
3020
3028
{
3021
3029
"date": "2026-02-11",
3022
3030
"version": "26.3"
3031
+
},
3032
+
{
3033
+
"date": "null",
3034
+
"version": "26.4"
3023
3035
}
3024
3036
]
3025
3037
}
@@ -11285,7 +11297,7 @@ export const features = {
11285
11297
],
11286
11298
"status": {
11287
11299
"baseline": "low",
11288
-
"baseline_low_date": "2026-02-12",
11300
+
"baseline_low_date": "2026-02-14",
11289
11301
"support": {
11290
11302
"chrome": "145",
11291
11303
"chrome_android": "145",
@@ -13160,6 +13172,18 @@ export const features = {
13160
13172
}
13161
13173
}
13162
13174
},
13175
+
"install": {
13176
+
"description_html": "The <code><install></code> HTML element represents a button that, upon activation, prompts the user to choose whether to install a progressive web app.",
13177
+
"kind": "feature",
13178
+
"name": "<install>",
13179
+
"spec": [
13180
+
"https://github.com/WICG/install-element"
13181
+
],
13182
+
"status": {
13183
+
"baseline": false,
13184
+
"support": {}
13185
+
}
13186
+
},
13163
13187
"interaction": {
13164
13188
"description_html": "The <code>pointer</code>, <code>any-pointer</code>, <code>hover</code>, and <code>any-hover</code> CSS media queries set styles based on the presence of pointing devices and their ability to hover over elements. For example, most smartphones match the <code>(hover: none) and (pointer: coarse)</code> media query.",
13165
13189
"kind": "feature",
@@ -13620,7 +13644,9 @@ export const features = {
13620
13644
"chrome_android": "146",
13621
13645
"edge": "146",
13622
13646
"firefox": "147",
13623
-
"firefox_android": "147"
13647
+
"firefox_android": "147",
13648
+
"safari": "26.4",
13649
+
"safari_ios": "26.4"
13624
13650
}
13625
13651
}
13626
13652
},
@@ -15720,6 +15746,24 @@ export const features = {
15720
15746
}
15721
15747
}
15722
15748
},
15749
+
"navigation-precommit-handlers": {
15750
+
"description_html": "The <code>precommitHandler</code> callback option to <code>NavigateEvent</code>'s <code>intercept()</code> method returns a promise that defers navigation until the promise resolves. You can use this to change the navigation's URL, state, and history before navigation occurs.",
"description_html": "The <code>navigation</code> performance entry and the <code>PerformanceNavigationTiming</code> API measures navigation events, such as loading time or the number of redirects.",
@@ -23951,6 +23997,21 @@ export const features = {
23951
23997
}
23952
23998
}
23953
23999
},
24000
+
"wasm-jspi": {
24001
+
"description_html": "The 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.",
0 commit comments