@@ -26,7 +26,6 @@ export const forceKeepAlive: Record<string, string[]> = {
26
26
"trace" ,
27
27
"warn" ,
28
28
] ,
29
- CSSConditionRule : [ "conditionText" ] ,
30
29
CSSGroupingRule : [ "cssRules" , "deleteRule" , "insertRule" ] ,
31
30
CSSStyleDeclaration : [
32
31
"alignContent" ,
@@ -109,7 +108,6 @@ export const forceKeepAlive: Record<string, string[]> = {
109
108
] ,
110
109
HTMLIFrameElement : [ "allowPaymentRequest" ] ,
111
110
KeyframeEffect : [ "iterationComposite" ] ,
112
- LinkStyle : [ "sheet" ] ,
113
111
MediaCapabilities : [ "encodingInfo" ] ,
114
112
MutationEvent : [
115
113
"attrChange" ,
@@ -131,10 +129,8 @@ export const forceKeepAlive: Record<string, string[]> = {
131
129
"disablePictureInPicture" ,
132
130
] ,
133
131
Request : [ "keepalive" ] ,
134
- ResizeObserverSize : [ "blockSize" , "inlineSize" ] ,
135
132
RTCDtlsTransport : [ "onstatechange" , "state" ] ,
136
133
RTCPeerConnection : [ "canTrickleIceCandidates" ] ,
137
- ServiceWorkerGlobalScope : [ "onmessageerror" ] ,
138
134
SVGAnimatedTransformList : [ "animVal" , "baseVal" ] ,
139
135
SVGElement : [ "ownerSVGElement" , "viewportElement" ] ,
140
136
SVGTransformList : [
0 commit comments