Skip to content

Commit e3a0cb0

Browse files
committed
update
1 parent c5f02c3 commit e3a0cb0

File tree

13 files changed

+15800
-2486
lines changed

13 files changed

+15800
-2486
lines changed

data/bcd.js

Lines changed: 1439 additions & 146 deletions
Large diffs are not rendered by default.

data/developer-signals.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"anchor-positioning": {
1919
"url": "https://github.com/web-platform-dx/developer-signals/issues/245",
20-
"votes": 166
20+
"votes": 167
2121
},
2222
"app-file-handlers": {
2323
"url": "https://github.com/web-platform-dx/developer-signals/issues/173",
@@ -49,7 +49,7 @@
4949
},
5050
"attr": {
5151
"url": "https://github.com/web-platform-dx/developer-signals/issues/293",
52-
"votes": 80
52+
"votes": 81
5353
},
5454
"audio-session": {
5555
"url": "https://github.com/web-platform-dx/developer-signals/issues/200",
@@ -241,7 +241,7 @@
241241
},
242242
"corner-shape": {
243243
"url": "https://github.com/web-platform-dx/developer-signals/issues/398",
244-
"votes": 62
244+
"votes": 63
245245
},
246246
"counter-reset-reversed": {
247247
"url": "https://github.com/web-platform-dx/developer-signals/issues/160",
@@ -569,7 +569,7 @@
569569
},
570570
"interpolate-size": {
571571
"url": "https://github.com/web-platform-dx/developer-signals/issues/253",
572-
"votes": 36
572+
"votes": 37
573573
},
574574
"intersection-observer-v2": {
575575
"url": "https://github.com/web-platform-dx/developer-signals/issues/98",
@@ -593,7 +593,7 @@
593593
},
594594
"jpegxl": {
595595
"url": "https://github.com/web-platform-dx/developer-signals/issues/215",
596-
"votes": 388
596+
"votes": 390
597597
},
598598
"js-modules-shared-workers": {
599599
"url": "https://github.com/web-platform-dx/developer-signals/issues/113",
@@ -717,7 +717,7 @@
717717
},
718718
"move-before": {
719719
"url": "https://github.com/web-platform-dx/developer-signals/issues/273",
720-
"votes": 19
720+
"votes": 20
721721
},
722722
"navigator-install": {
723723
"url": "https://github.com/web-platform-dx/developer-signals/issues/467",
@@ -945,7 +945,7 @@
945945
},
946946
"scroll-driven-animations": {
947947
"url": "https://github.com/web-platform-dx/developer-signals/issues/207",
948-
"votes": 17
948+
"votes": 18
949949
},
950950
"scroll-initial-target": {
951951
"url": "https://github.com/web-platform-dx/developer-signals/issues/275",
@@ -1105,7 +1105,7 @@
11051105
},
11061106
"top-level-await": {
11071107
"url": "https://github.com/web-platform-dx/developer-signals/issues/441",
1108-
"votes": 50
1108+
"votes": 51
11091109
},
11101110
"touch-events": {
11111111
"url": "https://github.com/web-platform-dx/developer-signals/issues/18",

data/web-features.js

Lines changed: 69 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,7 +1390,7 @@ export const browsers = {
13901390
"version": "144"
13911391
},
13921392
{
1393-
"date": "2026-02-12",
1393+
"date": "2026-02-14",
13941394
"version": "145"
13951395
},
13961396
{
@@ -1400,6 +1400,10 @@ export const browsers = {
14001400
{
14011401
"date": "2026-04-09",
14021402
"version": "147"
1403+
},
1404+
{
1405+
"date": "null",
1406+
"version": "148"
14031407
}
14041408
]
14051409
},
@@ -2796,6 +2800,10 @@ export const browsers = {
27962800
"date": "2026-02-11",
27972801
"version": "26.3"
27982802
},
2803+
{
2804+
"date": "null",
2805+
"version": "26.4"
2806+
},
27992807
{
28002808
"date": "null",
28012809
"version": "preview"
@@ -3020,6 +3028,10 @@ export const browsers = {
30203028
{
30213029
"date": "2026-02-11",
30223030
"version": "26.3"
3031+
},
3032+
{
3033+
"date": "null",
3034+
"version": "26.4"
30233035
}
30243036
]
30253037
}
@@ -11285,7 +11297,7 @@ export const features = {
1128511297
],
1128611298
"status": {
1128711299
"baseline": "low",
11288-
"baseline_low_date": "2026-02-12",
11300+
"baseline_low_date": "2026-02-14",
1128911301
"support": {
1129011302
"chrome": "145",
1129111303
"chrome_android": "145",
@@ -13160,6 +13172,18 @@ export const features = {
1316013172
}
1316113173
}
1316213174
},
13175+
"install": {
13176+
"description_html": "The <code>&#x3C;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+
},
1316313187
"interaction": {
1316413188
"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.",
1316513189
"kind": "feature",
@@ -13620,7 +13644,9 @@ export const features = {
1362013644
"chrome_android": "146",
1362113645
"edge": "146",
1362213646
"firefox": "147",
13623-
"firefox_android": "147"
13647+
"firefox_android": "147",
13648+
"safari": "26.4",
13649+
"safari_ios": "26.4"
1362413650
}
1362513651
}
1362613652
},
@@ -15720,6 +15746,24 @@ export const features = {
1572015746
}
1572115747
}
1572215748
},
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.",
15751+
"kind": "feature",
15752+
"name": "Navigation precommit handlers",
15753+
"spec": [
15754+
"https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-navigationinterceptoptions-precommithandler"
15755+
],
15756+
"status": {
15757+
"baseline": false,
15758+
"support": {
15759+
"chrome": "146",
15760+
"chrome_android": "146",
15761+
"edge": "146",
15762+
"firefox": "148",
15763+
"firefox_android": "148"
15764+
}
15765+
}
15766+
},
1572315767
"navigation-timing": {
1572415768
"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.",
1572515769
"kind": "feature",
@@ -17211,7 +17255,7 @@ export const features = {
1721117255
"kind": "feature",
1721217256
"name": "Payment handler",
1721317257
"spec": [
17214-
"https://w3c.github.io/payment-handler/"
17258+
"https://w3c.github.io/web-based-payment-handler/"
1721517259
],
1721617260
"status": {
1721717261
"baseline": false,
@@ -18413,7 +18457,9 @@ export const features = {
1841318457
"chrome_android": "89",
1841418458
"edge": "89",
1841518459
"firefox": "102",
18416-
"firefox_android": "102"
18460+
"firefox_android": "102",
18461+
"safari": "26.4",
18462+
"safari_ios": "26.4"
1841718463
}
1841818464
}
1841918465
},
@@ -23951,6 +23997,21 @@ export const features = {
2395123997
}
2395223998
}
2395323999
},
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.",
24002+
"kind": "feature",
24003+
"name": "JavaScript promise integration (WebAssembly)",
24004+
"spec": [
24005+
"https://github.com/WebAssembly/js-promise-integration/blob/main/proposals/js-promise-integration/Overview.md"
24006+
],
24007+
"status": {
24008+
"baseline": false,
24009+
"support": {
24010+
"chrome": "137",
24011+
"edge": "137"
24012+
}
24013+
}
24014+
},
2395424015
"wasm-memory64": {
2395524016
"description_html": "Instructions accept 64-bit memory indexes.",
2395624017
"kind": "feature",
@@ -25194,7 +25255,9 @@ export const features = {
2519425255
"chrome_android": "97",
2519525256
"edge": "97",
2519625257
"firefox": "114",
25197-
"firefox_android": "114"
25258+
"firefox_android": "114",
25259+
"safari": "26.4",
25260+
"safari_ios": "26.4"
2519825261
}
2519925262
}
2520025263
},

0 commit comments

Comments
 (0)