Skip to content

Commit 007e05c

Browse files
committed
update
1 parent f91be49 commit 007e05c

File tree

13 files changed

+14067
-9617
lines changed

13 files changed

+14067
-9617
lines changed

data/bcd.js

Lines changed: 483 additions & 52 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": 170
20+
"votes": 171
2121
},
2222
"app-file-handlers": {
2323
"url": "https://github.com/web-platform-dx/developer-signals/issues/173",
@@ -281,7 +281,7 @@
281281
},
282282
"customizable-select": {
283283
"url": "https://github.com/web-platform-dx/developer-signals/issues/278",
284-
"votes": 152
284+
"votes": 153
285285
},
286286
"datalist": {
287287
"url": "https://github.com/web-platform-dx/developer-signals/issues/51",
@@ -301,7 +301,7 @@
301301
},
302302
"dialog-closedby": {
303303
"url": "https://github.com/web-platform-dx/developer-signals/issues/279",
304-
"votes": 57
304+
"votes": 58
305305
},
306306
"digital-credentials": {
307307
"url": "https://github.com/web-platform-dx/developer-signals/issues/513",
@@ -549,7 +549,7 @@
549549
},
550550
"input-color-alpha": {
551551
"url": "https://github.com/web-platform-dx/developer-signals/issues/397",
552-
"votes": 12
552+
"votes": 14
553553
},
554554
"insertable-streams": {
555555
"url": "https://github.com/web-platform-dx/developer-signals/issues/251",
@@ -985,7 +985,7 @@
985985
},
986986
"serial": {
987987
"url": "https://github.com/web-platform-dx/developer-signals/issues/139",
988-
"votes": 1
988+
"votes": 2
989989
},
990990
"serializable-errors": {
991991
"url": "https://github.com/web-platform-dx/developer-signals/issues/108",
@@ -1037,7 +1037,7 @@
10371037
},
10381038
"speech-recognition": {
10391039
"url": "https://github.com/web-platform-dx/developer-signals/issues/318",
1040-
"votes": 11
1040+
"votes": 12
10411041
},
10421042
"spelling-grammar-error": {
10431043
"url": "https://github.com/web-platform-dx/developer-signals/issues/227",
@@ -1061,7 +1061,7 @@
10611061
},
10621062
"temporal": {
10631063
"url": "https://github.com/web-platform-dx/developer-signals/issues/291",
1064-
"votes": 146
1064+
"votes": 147
10651065
},
10661066
"text-autospace": {
10671067
"url": "https://github.com/web-platform-dx/developer-signals/issues/284",
@@ -1109,7 +1109,7 @@
11091109
},
11101110
"top-level-await": {
11111111
"url": "https://github.com/web-platform-dx/developer-signals/issues/441",
1112-
"votes": 52
1112+
"votes": 53
11131113
},
11141114
"touch-events": {
11151115
"url": "https://github.com/web-platform-dx/developer-signals/issues/18",

data/web-features.js

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,6 +2022,10 @@ export const browsers = {
20222022
"date": "2026-04-21",
20232023
"version": "150"
20242024
},
2025+
{
2026+
"date": "2026-05-19",
2027+
"version": "151"
2028+
},
20252029
{
20262030
"date": "null",
20272031
"version": "preview"
@@ -2566,6 +2570,10 @@ export const browsers = {
25662570
{
25672571
"date": "2026-04-21",
25682572
"version": "150"
2573+
},
2574+
{
2575+
"date": "2026-05-19",
2576+
"version": "151"
25692577
}
25702578
]
25712579
},
@@ -3146,6 +3154,27 @@ export const features = {
31463154
}
31473155
}
31483156
},
3157+
"abortsignal-timeout": {
3158+
"description_html": "The <code>AbortSignal.timeout()</code> static method returns an abort signal that automatically aborts after a specified duration.",
3159+
"kind": "feature",
3160+
"name": "AbortSignal.timeout()",
3161+
"spec": [
3162+
"https://dom.spec.whatwg.org/#dom-abortsignal-timeout"
3163+
],
3164+
"status": {
3165+
"baseline": "low",
3166+
"baseline_low_date": "2024-04-18",
3167+
"support": {
3168+
"chrome": "124",
3169+
"chrome_android": "124",
3170+
"edge": "124",
3171+
"firefox": "100",
3172+
"firefox_android": "100",
3173+
"safari": "16",
3174+
"safari_ios": "16"
3175+
}
3176+
}
3177+
},
31493178
"abs-sign": {
31503179
"description_html": "The <code>abs()</code> and <code>sign()</code> CSS functions compute the absolute value or the sign of the input.",
31513180
"kind": "feature",
@@ -5884,7 +5913,9 @@ export const features = {
58845913
"support": {
58855914
"chrome": "62",
58865915
"chrome_android": "62",
5887-
"edge": "79"
5916+
"edge": "79",
5917+
"firefox": "149",
5918+
"firefox_android": "149"
58885919
}
58895920
}
58905921
},
@@ -6397,7 +6428,7 @@ export const features = {
63976428
"chrome": "126",
63986429
"chrome_android": "126",
63996430
"edge": "126",
6400-
"firefox": "preview"
6431+
"firefox": "149"
64016432
}
64026433
}
64036434
},
@@ -19422,7 +19453,8 @@ export const features = {
1942219453
"status": {
1942319454
"baseline": false,
1942419455
"support": {
19425-
"firefox": "preview"
19456+
"firefox": "148",
19457+
"firefox_android": "148"
1942619458
}
1942719459
}
1942819460
},
@@ -26069,7 +26101,7 @@ export const features = {
2606926101
}
2607026102
},
2607126103
"zstd": {
26072-
"description_html": "Zstandard or <code>zstd</code> is fast lossless compression algorithm. When used as a content encoding, it is often faster and offers better compression than brotli.",
26104+
"description_html": "Zstandard or <code>zstd</code> is a fast lossless compression algorithm. When used as a content encoding, it is often faster and offers better compression than brotli.",
2607326105
"kind": "feature",
2607426106
"name": "Zstandard compression",
2607526107
"spec": [

0 commit comments

Comments
 (0)