File tree 5 files changed +34
-46
lines changed
5 files changed +34
-46
lines changed Original file line number Diff line number Diff line change 5
5
baseline: low
6
6
baseline_low_date: 2024-06-11
7
7
support:
8
- chrome: "66 "
9
- chrome_android: "66 "
8
+ chrome: "76 "
9
+ chrome_android: "76 "
10
10
edge: "79"
11
11
firefox: "127"
12
12
firefox_android: "127"
@@ -41,20 +41,6 @@ compat_features:
41
41
- api.Clipboard.readText
42
42
43
43
# ⬇️ Same status as overall feature ⬇️
44
- # baseline: low
45
- # baseline_low_date: 2024-06-11
46
- # support:
47
- # chrome: "66"
48
- # chrome_android: "66"
49
- # edge: "79"
50
- # firefox: "127"
51
- # firefox_android: "127"
52
- # safari: "13.1"
53
- # safari_ios: "13.4"
54
- - api.Clipboard.read
55
- - api.Clipboard.type_text-plain
56
- - api.Clipboard.write
57
-
58
44
# baseline: low
59
45
# baseline_low_date: 2024-06-11
60
46
# support:
@@ -65,7 +51,10 @@ compat_features:
65
51
# firefox_android: "127"
66
52
# safari: "13.1"
67
53
# safari_ios: "13.4"
54
+ - api.Clipboard.read
68
55
- api.Clipboard.type_image-png
56
+ - api.Clipboard.type_text-plain
57
+ - api.Clipboard.write
69
58
70
59
# baseline: low
71
60
# baseline_low_date: 2024-06-11
Original file line number Diff line number Diff line change @@ -1011,19 +1011,6 @@ compat_features:
1011
1011
# safari_ios: "5"
1012
1012
- api.Window.hashchange_event
1013
1013
1014
- # baseline: high
1015
- # baseline_low_date: 2015-07-29
1016
- # baseline_high_date: 2018-01-29
1017
- # support:
1018
- # chrome: "4"
1019
- # chrome_android: "18"
1020
- # edge: "12"
1021
- # firefox: "4"
1022
- # firefox_android: "4"
1023
- # safari: "4"
1024
- # safari_ios: "3.2"
1025
- - http.headers.X-Frame-Options
1026
-
1027
1014
# baseline: high
1028
1015
# baseline_low_date: 2015-07-29
1029
1016
# baseline_high_date: 2018-01-29
@@ -3295,6 +3282,17 @@ compat_features:
3295
3282
- api.HTMLTemplateElement.shadowRootSerializable
3296
3283
- api.ShadowRoot.getHTML
3297
3284
3285
+ # baseline: false
3286
+ # support:
3287
+ # chrome: "4"
3288
+ # chrome_android: "18"
3289
+ # edge: "12"
3290
+ # firefox: "4"
3291
+ # firefox_android: "4"
3292
+ # safari: "4"
3293
+ # safari_ios: "3.2"
3294
+ - http.headers.X-Frame-Options
3295
+
3298
3296
# baseline: false
3299
3297
# support:
3300
3298
# chrome: "4"
@@ -3888,6 +3886,14 @@ compat_features:
3888
3886
- api.PageSwapEvent.viewTransition
3889
3887
- html.elements.img.sizes.auto
3890
3888
3889
+ # baseline: false
3890
+ # support:
3891
+ # chrome: "128"
3892
+ # chrome_android: "128"
3893
+ # edge: "128"
3894
+ - api.PageRevealEvent.PageRevealEvent
3895
+ - api.PageSwapEvent.PageSwapEvent
3896
+
3891
3897
# baseline: false
3892
3898
# support:
3893
3899
# firefox: "3"
@@ -3918,13 +3924,6 @@ compat_features:
3918
3924
# firefox_android: "50"
3919
3925
- javascript.builtins.Promise.incumbent_settings_object_tracking
3920
3926
3921
- # baseline: false
3922
- # support:
3923
- # chrome: "128"
3924
- # chrome_android: "128"
3925
- - api.PageRevealEvent.PageRevealEvent
3926
- - api.PageSwapEvent.PageSwapEvent
3927
-
3928
3927
# ⬇️ Same status as overall feature ⬇️
3929
3928
# baseline: false
3930
3929
# support: {}
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ compat_features:
11
11
# baseline_low_date: ≤2020-03-24
12
12
# baseline_high_date: ≤2022-09-24
13
13
# support:
14
- # chrome: "78 "
15
- # chrome_android: "78 "
14
+ # chrome: "43 "
15
+ # chrome_android: "43 "
16
16
# edge: "79"
17
17
# firefox: "65"
18
18
# firefox_android: "65"
@@ -28,9 +28,9 @@ compat_features:
28
28
# baseline_low_date: ≤2020-03-24
29
29
# baseline_high_date: ≤2022-09-24
30
30
# support:
31
- # chrome: ≤80
32
- # chrome_android: "80 "
33
- # edge: "80 "
31
+ # chrome: "52"
32
+ # chrome_android: "52 "
33
+ # edge: "79 "
34
34
# firefox: "65"
35
35
# firefox_android: "65"
36
36
# safari: ≤13.1
Original file line number Diff line number Diff line change 38
38
"devDependencies" : {
39
39
"@eslint/js" : " ^9.11.1" ,
40
40
"@js-temporal/polyfill" : " ^0.4.4" ,
41
- "@mdn/browser-compat-data" : " ^5.6.2 " ,
41
+ "@mdn/browser-compat-data" : " ^5.6.3 " ,
42
42
"@types/caniuse-lite" : " ^1.0.4" ,
43
43
"@types/diff" : " ^5.2.2" ,
44
44
"@types/node" : " ^18.19.51" ,
You can’t perform that action at this time.
0 commit comments