Skip to content

Commit 509b8db

Browse files
Update draft features (#4060)
1 parent ef52edc commit 509b8db

2 files changed

Lines changed: 16 additions & 32 deletions

File tree

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
draft_date: 2026-05-18
1+
draft_date: 2026-05-21
22
name: Crash Reporting
33
description: TODO
44
spec: https://wicg.github.io/crash-reporting/
55
compat_features:
6-
- api.CrashReportContext
7-
- api.CrashReportContext.delete
8-
- api.CrashReportContext.initialize
9-
- api.CrashReportContext.set
10-
- api.Window.crashReport
116
- http.headers.Reporting-Endpoints.default.receives_crash_type
127

138
# The following features in the spec are already part of web-features:
9+
# - Crash report storage:
10+
# - api.CrashReportContext
11+
# - api.CrashReportContext.delete
12+
# - api.CrashReportContext.initialize
13+
# - api.CrashReportContext.set
14+
# - api.Window.crashReport
1415
# - Crash reporting:
1516
# - http.headers.Reporting-Endpoints.crash-reporting

features/draft/spec/crash-reporting.yml.dist

Lines changed: 9 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,15 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:
5-
baseline: false
5+
baseline: low
6+
baseline_low_date: 2024-09-03
67
support:
7-
chrome: "145"
8-
chrome_android: "145"
9-
edge: "145"
8+
chrome: "96"
9+
chrome_android: "96"
10+
edge: "96"
11+
firefox: "130"
12+
firefox_android: "130"
13+
safari: "16.4"
14+
safari_ios: "16.4"
1015
compat_features:
11-
# baseline: low
12-
# baseline_low_date: 2024-09-03
13-
# support:
14-
# chrome: "96"
15-
# chrome_android: "96"
16-
# edge: "96"
17-
# firefox: "130"
18-
# firefox_android: "130"
19-
# safari: "16.4"
20-
# safari_ios: "16.4"
2116
- http.headers.Reporting-Endpoints.default.receives_crash_type
22-
23-
# ⬇️ Same status as overall feature ⬇️
24-
# baseline: false
25-
# support:
26-
# chrome: "145"
27-
# chrome_android: "145"
28-
# edge: "145"
29-
- api.CrashReportContext
30-
- api.CrashReportContext.delete
31-
- api.CrashReportContext.initialize
32-
- api.CrashReportContext.set
33-
- api.Window.crashReport

0 commit comments

Comments
 (0)