Skip to content

Commit 5da2f26

Browse files
authored
Remove redundant BCD keepalives (#1156)
1 parent 6f6f9a1 commit 5da2f26

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/build/bcd/keep-alive.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export const forceKeepAlive: Record<string, string[]> = {
22
// Things that are incorrectly reported as unsupported.
33
// These should be filed to https://github.com/mdn/browser-compat-data/issues
4-
console: ["profile", "profileEnd", "timeStamp"],
54
CSSStyleDeclaration: [
65
"alignmentBaseline",
76
"baselineShift",
@@ -44,17 +43,8 @@ export const forceKeepAlive: Record<string, string[]> = {
4443
"onwebkitanimationstart",
4544
"onwebkittransitionend",
4645
],
47-
HTMLIFrameElement: ["allowPaymentRequest"],
4846
KeyframeEffect: ["iterationComposite"],
4947
MediaCapabilities: ["encodingInfo"],
50-
PaymentRequest: ["shippingAddress"],
51-
PictureInPictureWindow: [
52-
"requestPictureInPicture",
53-
"onenterpictureinpicture",
54-
"onleavepictureinpicture",
55-
"autoPictureInPicture",
56-
"disablePictureInPicture",
57-
],
5848
Request: ["keepalive"],
5949
RTCDtlsTransport: ["onstatechange", "state"],
6050
RTCPeerConnection: ["canTrickleIceCandidates"],

0 commit comments

Comments
 (0)