|
1 | 1 | export const forceKeepAlive: Record<string, string[]> = {
|
2 | 2 | // Things that are incorrectly reported as unsupported.
|
3 | 3 | // These should be filed to https://github.com/mdn/browser-compat-data/issues
|
4 |
| - console: ["profile", "profileEnd", "timeStamp"], |
5 | 4 | CSSStyleDeclaration: [
|
6 | 5 | "alignmentBaseline",
|
7 | 6 | "baselineShift",
|
@@ -44,17 +43,8 @@ export const forceKeepAlive: Record<string, string[]> = {
|
44 | 43 | "onwebkitanimationstart",
|
45 | 44 | "onwebkittransitionend",
|
46 | 45 | ],
|
47 |
| - HTMLIFrameElement: ["allowPaymentRequest"], |
48 | 46 | KeyframeEffect: ["iterationComposite"],
|
49 | 47 | MediaCapabilities: ["encodingInfo"],
|
50 |
| - PaymentRequest: ["shippingAddress"], |
51 |
| - PictureInPictureWindow: [ |
52 |
| - "requestPictureInPicture", |
53 |
| - "onenterpictureinpicture", |
54 |
| - "onleavepictureinpicture", |
55 |
| - "autoPictureInPicture", |
56 |
| - "disablePictureInPicture", |
57 |
| - ], |
58 | 48 | Request: ["keepalive"],
|
59 | 49 | RTCDtlsTransport: ["onstatechange", "state"],
|
60 | 50 | RTCPeerConnection: ["canTrickleIceCandidates"],
|
|
0 commit comments