-
Notifications
You must be signed in to change notification settings - Fork 154
Bump @mdn/browser-compat-data from 6.0.27 to 6.0.28 #3102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,19 +6,6 @@ spec: | |
- https://wicg.github.io/deprecation-reporting/ | ||
- https://w3c.github.io/webappsec-csp/#reporting | ||
compat_features: | ||
- api.CSPViolationReportBody | ||
- api.CSPViolationReportBody.blockedURL | ||
- api.CSPViolationReportBody.columnNumber | ||
- api.CSPViolationReportBody.disposition | ||
- api.CSPViolationReportBody.documentURL | ||
- api.CSPViolationReportBody.effectiveDirective | ||
- api.CSPViolationReportBody.lineNumber | ||
- api.CSPViolationReportBody.originalPolicy | ||
- api.CSPViolationReportBody.referrer | ||
- api.CSPViolationReportBody.sample | ||
- api.CSPViolationReportBody.sourceFile | ||
- api.CSPViolationReportBody.statusCode | ||
- api.CSPViolationReportBody.toJSON | ||
- api.DeprecationReportBody | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is now a dictionary (which BCD shouldn't track) or a deprecated (or unspecified) interface (which would need its own feature here). Putting them on the backlog again is the only plausible route, until the mess gets cleaned up mdn/browser-compat-data#27164 (comment) |
||
- api.DeprecationReportBody.anticipatedRemoval | ||
- api.DeprecationReportBody.columnNumber | ||
|
@@ -34,13 +21,6 @@ compat_features: | |
- api.InterventionReportBody.message | ||
- api.InterventionReportBody.sourceFile | ||
- api.InterventionReportBody.toJSON | ||
- api.Report | ||
- api.Report.body | ||
- api.Report.toJSON | ||
- api.Report.type | ||
- api.Report.url | ||
- api.ReportBody | ||
- api.ReportBody.toJSON | ||
Comment on lines
-37
to
-43
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Again, to backlog: mdn/browser-compat-data#27164 (comment) |
||
- api.ReportingObserver | ||
- api.ReportingObserver.ReportingObserver | ||
- api.ReportingObserver.disconnect | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,6 @@ compat_features: | |
- api.GPUAdapter | ||
- api.GPUAdapter.features | ||
- api.GPUAdapter.info | ||
- api.GPUAdapter.isFallbackAdapter | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Dropped from spec, now discouraged/unspecified, which we can't directly handle yet mdn/browser-compat-data#27164 See also: #2566 |
||
- api.GPUAdapter.limits | ||
- api.GPUAdapter.requestDevice | ||
- api.GPUAdapter.requestDevice.lost_device_on_duplicate | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,6 @@ compat_features: | |
- api.WebTransportDatagramDuplexStream.outgoingHighWaterMark | ||
- api.WebTransportDatagramDuplexStream.outgoingMaxAge | ||
- api.WebTransportDatagramDuplexStream.readable | ||
- api.WebTransportDatagramDuplexStream.writable | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Dropped from spec, now discouraged/unspecified, which we can't directly handle yet mdn/browser-compat-data#27164 See also: #2566 |
||
- api.WebTransportError | ||
- api.WebTransportError.WebTransportError | ||
- api.WebTransportError.source | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,6 @@ compat_features: | |
- api.WebTransportDatagramDuplexStream.outgoingHighWaterMark | ||
- api.WebTransportDatagramDuplexStream.outgoingMaxAge | ||
- api.WebTransportDatagramDuplexStream.readable | ||
- api.WebTransportDatagramDuplexStream.writable | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Dropped from spec, now discouraged/unspecified, which we can't directly handle yet mdn/browser-compat-data#27164 See also: #2566 |
||
- api.WebTransportError | ||
- api.WebTransportError.WebTransportError | ||
- api.WebTransportError.source | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes #3077